summaryrefslogtreecommitdiff
path: root/global/overlay/etc
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-03-24 22:45:17 +0100
committerLeif Johansson <leifj@sunet.se>2015-03-24 22:45:17 +0100
commitcfae61eeaa2f1b5c6c6689b17d084fd25750cda2 (patch)
tree5f9a796b5a5ab4b4fb6fb8f85deeeec5fb839508 /global/overlay/etc
parent2e81ef1308eca6ae8eb18ef30ea14d70f422cf20 (diff)
Diffstat (limited to 'global/overlay/etc')
-rw-r--r--global/overlay/etc/puppet/modules/sunet/manifests/ici_ca.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/modules/sunet/manifests/ici_ca.pp b/global/overlay/etc/puppet/modules/sunet/manifests/ici_ca.pp
index 8c9fef1..6ee621b 100644
--- a/global/overlay/etc/puppet/modules/sunet/manifests/ici_ca.pp
+++ b/global/overlay/etc/puppet/modules/sunet/manifests/ici_ca.pp
@@ -16,7 +16,7 @@ define sunet::ici_ca($pkcs11_module="/usr/lib/softhsm/libsofthsm.so",
file { '${name}_ca_config':
path => "/var/lib/ici/${name}/ca.config",
content => template("sunet/ici_ca/ca.config.erb")
- } ->
+ }
if $public_repo_dir and $public_repo_url {
cron {'ici_publish':
command => "test -f /var/lib/ici/${name}/ca.crt && /usr/bin/ici ${name} publish ${public_repo}",