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:
0c38e9a
)
concat does not like empty things
author
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 19:59:14 +0000
(21:59 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 19:59:14 +0000
(21:59 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
3f854a7
..
85c5528
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-169,6
+169,11
@@
class apache2 {
mode => '0644',
require => Package['apache2'],
}
+ concat::fragment { 'puppet-ssl-key-pins-header':
+ target => '/etc/apache2/conf-available/puppet-ssl-key-pins.conf',
+ content => '',
+ order => 00,
+ }
apache2::config { 'puppet-ssl-key-pins':
nocontentok => true,
}