summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-11-06 10:38:38 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-11-06 10:38:38 -0200
commit0f3ab0745d5b6564aa86d576b958001efc6fc67e (patch)
tree90f089892b0636d0e8faefa9a0b614c1f9fa073f /manifests
parentb2da3ed9d0347bd3a30ec5b1692e3d65c70b7dcd (diff)
downloadpuppet-apache-0f3ab0745d5b6564aa86d576b958001efc6fc67e.tar.gz
puppet-apache-0f3ab0745d5b6564aa86d576b958001efc6fc67e.tar.bz2
Minor change
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
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