]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Fix template names
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Aug 2015 16:07:08 +0000 (13:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Aug 2015 16:07:08 +0000 (13:07 -0300)
manifests/init.pp
templates/apache2.conf.jessie.erb [moved from templates/apache2.conf.erb.jessie with 100% similarity]
templates/apache2.conf.wheezy.erb [moved from templates/apache2.conf.erb.wheezy with 100% similarity]

index b144191afc23811f13961e04311ecea922ddc643..f63103ca26689c75661849831b218ab2ebf31219 100644 (file)
@@ -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,