puppet-ssl-key-pins.conf is a concat, cannot set it as source/content
authorPeter Palfrader <peter@palfrader.org>
Fri, 23 Sep 2016 19:57:30 +0000 (21:57 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 23 Sep 2016 19:57:30 +0000 (21:57 +0200)
modules/apache2/manifests/init.pp

index cc85738..3f854a7 100644 (file)
@@ -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,
+       }
 }