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:
a97bb24
)
add --force
author
Stephen Gran
<steve@lobefin.net>
Sun, 25 Aug 2013 09:55:58 +0000
(10:55 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 25 Aug 2013 09:56:05 +0000
(10:56 +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
bdc8ff5
..
dd8c668
100644
(file)
--- a/
modules/ssl/manifests/init.pp
+++ b/
modules/ssl/manifests/init.pp
@@
-71,7
+71,7
@@
class ssl {
}
exec { 'make_new_service_links':
- command => 'cp --symbolic-link /etc/ssl/servicecerts/* /etc/ssl/certs',
+ command => 'cp -
f -
-symbolic-link /etc/ssl/servicecerts/* /etc/ssl/certs',
refreshonly => true,
notify => Exec['cleanup_dead_links']
}