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:
a35baa0
)
Also refresh ca-global when Debian certs change
author
Paul Wise
<pabs@debian.org>
Sun, 3 Apr 2016 13:03:44 +0000
(21:03 +0800)
committer
Paul Wise
<pabs@debian.org>
Sun, 3 Apr 2016 13:03:44 +0000
(21:03 +0800)
modules/ssl/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ssl/manifests/init.pp
b/modules/ssl/manifests/init.pp
index
6cead6f
..
9e900be
100644
(file)
--- a/
modules/ssl/manifests/init.pp
+++ b/
modules/ssl/manifests/init.pp
@@
-57,7
+57,7
@@
class ssl {
purge => true,
recurse => true,
force => true,
- notify =>
Exec['refresh_normal_hashes'
],
+ notify =>
[ Exec['refresh_normal_hashes'], Exec['refresh_ca_global_hashes']
],
}
file { '/etc/ssl/certs/README':
ensure => absent,