]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Apr 2018 18:03:27 +0000 (15:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Apr 2018 18:03:27 +0000 (15:03 -0300)
manifests/config.pp

index 4fa7a0d035b7a292f5990f9648b2898b15c367a4..72d5a4824a56a34ff589dd98b3b05a51865dd803 100644 (file)
@@ -5,7 +5,7 @@ define apache::config(
 ) {
   $conf_d = $::apache::conf_d
 
-  file { "${conf}/${name}.conf":
+  file { "${conf_d}/${name}.conf":
     mode    => '0644',
     owner   => 'root',
     group   => 'root',