]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Comment on $apache_default_folder
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 4 Feb 2011 20:14:43 +0000 (18:14 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 4 Feb 2011 20:14:43 +0000 (18:14 -0200)
manifests/init.pp

index 9b56512da754988c8d20047070794905e77176cb..17501ed5f39d934fe93bfca915aa78676163e505 100644 (file)
@@ -35,6 +35,7 @@ class apache {
   }
 
   case $apache_default_folder {
+    # Give the "It works!" webpage by default.
     '': { $apache_default_folder = "/var/www" }
   }