From b3f7b92e016934375037972c7e9c7c7c1a34da01 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Tue, 16 Jun 2015 13:03:40 +0300 Subject: [PATCH] apache: Typofix --- apache/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/manifests/init.pp b/apache/manifests/init.pp index 3f56f11..e6d7ff5 100644 --- a/apache/manifests/init.pp +++ b/apache/manifests/init.pp @@ -523,7 +523,7 @@ class apache::sslproxy( apache::configfile { 'sslproxy.conf': http => false, - content => template('apache/sslproxy.conf'), + content => template('apache/sslproxy.conf.erb'), require => File[$ssl_bundle], }