From 0f3ab0745d5b6564aa86d576b958001efc6fc67e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 6 Nov 2009 10:38:38 -0200 Subject: Minor change --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3