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

index acfa305e1c9f00c16d4825b02eda8a50c7c50ec9..4fa7a0d035b7a292f5990f9648b2898b15c367a4 100644 (file)
@@ -16,7 +16,7 @@ define apache::config(
     },
     source => $source ? {
       ''      => undef,
-      default => ${source},
+      default => $source,
     },
     notify => Service['apache2'],
   }