From: Silvio Rhatto Date: Fri, 6 Nov 2009 12:38:38 +0000 (-0200) Subject: Minor change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0f3ab0745d5b6564aa86d576b958001efc6fc67e;p=puppet-apache.git Minor change --- diff --git a/manifests/init.pp b/manifests/init.pp index 8df883b..a118e2e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -70,7 +70,7 @@ class apache { } case $apache_www_folder { - '': { $apache_www_folder= '/var/www' } + '': { $apache_www_folder = '/var/www' } } # TODO: ensure folders exist with right modes and ownership