projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c702b
)
make puppet do the work
author
Stephen Gran
<steve@lobefin.net>
Sun, 25 Aug 2013 09:59:48 +0000
(10:59 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 25 Aug 2013 09:59:48 +0000
(10:59 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ssl/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ssl/manifests/init.pp
b/modules/ssl/manifests/init.pp
index
909d76f
..
26c8225
100644
(file)
--- 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']
}