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:
2f29af8
)
it's an argument, not a predicate
author
Stephen Gran
<steve@lobefin.net>
Sun, 25 Aug 2013 09:51:03 +0000
(10:51 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 25 Aug 2013 09:51:03 +0000
(10:51 +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
af909f8
..
bdc8ff5
100644
(file)
--- a/
modules/ssl/manifests/init.pp
+++ b/
modules/ssl/manifests/init.pp
@@
-77,7
+77,7
@@
class ssl {
}
exec { 'cleanup_dead_links':
- command => 'find
/etc/ssl/certs -mindepth 1 -maxdepth 1 -L
-type l -delete',
+ command => 'find
-L /etc/ssl/certs -mindepth 1 -maxdepth 1
-type l -delete',
refreshonly => true,
notify => Exec['c_rehash /etc/ssl/certs']
}