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:
ce8481b
)
reload apache2 on pinset change
author
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 20:36:54 +0000
(20:36 +0000)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 20:36:54 +0000
(20:36 +0000)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
d8a5e4f
..
a3db477
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-168,12
+168,12
@@
class apache2 {
group => root,
mode => '0644',
require => Package['apache2'],
+ notify => Exec['service apache2 reload'],
}
concat::fragment { 'puppet-ssl-key-pins-header':
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,