From: Peter Palfrader Date: Mon, 25 May 2015 17:25:23 +0000 (+0200) Subject: fix templating fu X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=82984b71d76387542d02ec6971003f95fd13242c;p=mirror%2Fdsa-puppet.git fix templating fu --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 66ee3df66..008dab8bd 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -89,7 +89,7 @@ class apache2 { if $::lsbmajdistrelease > 7 { file { '/etc/apache2/mods-available/mpm_worker.conf': - content => template('apache2/mpm_worker'), + content => template('apache2/mpm_worker.erb'), } }