From: Silvio Rhatto Date: Mon, 17 Aug 2015 16:07:08 +0000 (-0300) Subject: Fix template names X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f77b2e8a2950345f04cb139831a800965b6bd29b;p=puppet-apache.git Fix template names --- diff --git a/manifests/init.pp b/manifests/init.pp index b144191..f63103c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -114,7 +114,7 @@ class apache( # apache mod_macro configuration file { "${conf}": ensure => present, - content => template("apache/apache2.conf.erb.${::lsbdistcodename}"), + content => template("apache/apache2.conf.${::lsbdistcodename}.erb"), owner => root, group => root, mode => 0644, diff --git a/templates/apache2.conf.erb.jessie b/templates/apache2.conf.jessie.erb similarity index 100% rename from templates/apache2.conf.erb.jessie rename to templates/apache2.conf.jessie.erb diff --git a/templates/apache2.conf.erb.wheezy b/templates/apache2.conf.wheezy.erb similarity index 100% rename from templates/apache2.conf.erb.wheezy rename to templates/apache2.conf.wheezy.erb