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:
741b350
)
reload apache2 on pinset change
author
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 20:33:37 +0000
(20:33 +0000)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 20:33:37 +0000
(20:33 +0000)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
85c5528
..
d8a5e4f
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-173,6
+173,7
@@
class apache2 {
target => '/etc/apache2/conf-available/puppet-ssl-key-pins.conf',
content => '',
order => 00,
+ notify => Exec['service apache2 reload'],
}
apache2::config { 'puppet-ssl-key-pins':
nocontentok => true,