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:
a6d485f
)
puppet-ssl-key-pins.conf
author
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 19:54:11 +0000
(21:54 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 19:54:11 +0000
(21:54 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
decec23
..
cc85738
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-162,4
+162,12
@@
class apache2 {
refreshonly => true,
require => Package['apache2'],
}
+
+ concat { '/etc/apache2/conf-available/puppet-ssl-key-pins.conf':
+ owner => root,
+ group => root,
+ mode => '0644',
+ require => Package['apache2'],
+ }
+ apache2::config { 'puppet-ssl-key-pins': }
}