Skip to content

Commit

Permalink
puppet - force creation of the candlepin symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Dec 8, 2011
1 parent 6fd279e commit 36756be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/pulp/manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

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"],
}

Expand Down

0 comments on commit 36756be

Please sign in to comment.