diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |