From 0c38e9ade1c7b7730d6c72bee16abf10a74c4238 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 23 Sep 2016 21:57:30 +0200 Subject: [PATCH] puppet-ssl-key-pins.conf is a concat, cannot set it as source/content --- modules/apache2/manifests/init.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index cc8573856..3f854a7c0 100644 --- 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, + } } -- 2.20.1