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:
7313e43
)
puppet-ssl-key-pins.conf is a concat, cannot set it as source/content
author
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 19:57:30 +0000
(21:57 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 23 Sep 2016 19:57:30 +0000
(21:57 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
cc85738
..
3f854a7
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-169,5
+169,7
@@
class apache2 {
mode => '0644',
require => Package['apache2'],
}
- apache2::config { 'puppet-ssl-key-pins': }
+ apache2::config { 'puppet-ssl-key-pins':
+ nocontentok => true,
+ }
}