diff options
author | Leif Johansson <leifj@sunet.se> | 2015-03-24 22:45:17 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-03-24 22:45:17 +0100 |
commit | cfae61eeaa2f1b5c6c6689b17d084fd25750cda2 (patch) | |
tree | 5f9a796b5a5ab4b4fb6fb8f85deeeec5fb839508 /global/overlay/etc/puppet/modules/sunet | |
parent | 2e81ef1308eca6ae8eb18ef30ea14d70f422cf20 (diff) |
syntaxsunet-ops-2015-03-24-v06
Diffstat (limited to 'global/overlay/etc/puppet/modules/sunet')
-rw-r--r-- | global/overlay/etc/puppet/modules/sunet/manifests/ici_ca.pp | 2 |
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}", |