[katello-devel] Fwd: [katello-commits] [katello] puppet - force creation of the candlepin symlink

Cliff Perry cperry at redhat.com
Thu Dec 8 15:27:15 UTC 2011


FYI Lukas - I think this commit fixes:

Repeat runs of katello-configure fail because of existing file

 https://bugzilla.redhat.com/show_bug.cgi?id=758509

Cliff
-------- Original Message --------
Subject: [katello-commits] [katello] puppet - force creation of the
candlepin symlink
Date: Thu,  8 Dec 2011 15:20:09 +0000 (UTC)
From: lzap <lzap at fedoraproject.org>
Reply-To: katello-commits at lists.fedorahosted.org
To: katello-commits at lists.fedorahosted.org

commit 36756bef0f99b361c6ec682d027607350f83bd1a
Author: Lukas Zapletal <lzap+git at redhat.com>
Date:   Thu Dec 8 16:19:40 2011 +0100

    puppet - force creation of the candlepin symlink

 puppet/modules/pulp/manifests/config.pp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/puppet/modules/pulp/manifests/config.pp
b/puppet/modules/pulp/manifests/config.pp
index 99bedba..2752626 100644
--- a/puppet/modules/pulp/manifests/config.pp
+++ b/puppet/modules/pulp/manifests/config.pp
@@ -23,7 +23,7 @@ class pulp::config {
   }

   exec { "set candlepin crl file":
-      command =>  "/usr/bin/openssl x509 -in
'$pulp::params::ssl_certificate_file' -hash -noout | /usr/bin/xargs -I{}
/bin/ln -s '$candlepin::params::crl_file'
'$pulp::params::crl_location/{}.r0'",
+      command =>  "/usr/bin/openssl x509 -in
'$pulp::params::ssl_certificate_file' -hash -noout | /usr/bin/xargs -I{}
/bin/ln -sf '$candlepin::params::crl_file'
'$pulp::params::crl_location/{}.r0'",
       require => Class["candlepin::config"],
   }

_______________________________________________
katello-commits mailing list
katello-commits at lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/katello-commits




More information about the katello-devel mailing list