From: Silvio Rhatto Date: Thu, 28 Feb 2013 03:39:51 +0000 (-0300) Subject: Adding $ into prototype X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=789a003e15f933c93d02e3cf58ae2ea12181a21c;p=puppet-apache.git Adding $ into prototype --- diff --git a/manifests/envvars.pp b/manifests/envvars.pp index a8659ba..0125bcb 100644 --- a/manifests/envvars.pp +++ b/manifests/envvars.pp @@ -1,5 +1,5 @@ class apache::envvars( - source = undef + $source = undef ) { file { "/etc/apache2/envvars": ensure => present,