From 3e90e0de0b2ec2f9e1236a1d6609e8221a094045 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 25 Aug 2013 10:59:48 +0100 Subject: [PATCH] make puppet do the work Signed-off-by: Stephen Gran --- modules/ssl/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ssl/manifests/init.pp b/modules/ssl/manifests/init.pp index 909d76f0..26c82252 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'] } -- 2.39.2