From f77b2e8a2950345f04cb139831a800965b6bd29b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 17 Aug 2015 13:07:08 -0300 Subject: Fix template names --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, -- cgit v1.2.3