]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Minor change
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Nov 2009 12:38:38 +0000 (10:38 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Nov 2009 12:38:38 +0000 (10:38 -0200)
manifests/init.pp

index 8df883b9ca9389c5cd6e39687a78e6f1f24baafb..a118e2ea3273ec1306dcede9027a8b4af3a38ebb 100644 (file)
@@ -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