From: Stephen Gran Date: Sun, 25 Aug 2013 09:59:48 +0000 (+0100) Subject: make puppet do the work X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3e90e0de0b2ec2f9e1236a1d6609e8221a094045;p=mirror%2Fdsa-puppet.git make puppet do the work Signed-off-by: Stephen Gran --- diff --git a/modules/ssl/manifests/init.pp b/modules/ssl/manifests/init.pp index 909d76f04..26c82252c 100644 --- a/modules/ssl/manifests/init.pp +++ b/modules/ssl/manifests/init.pp @@ -71,7 +71,8 @@ class ssl { } exec { 'make_new_service_links': - command => 'cd /etc/ssl/certs && cp -f --symbolic-link ../servicecerts/* .', + command => 'cp -f --symbolic-link ../servicecerts/* .', + cwd => '/etc/ssl/certs', refreshonly => true, notify => Exec['cleanup_dead_links'] }