From: Silvio Rhatto Date: Fri, 4 Feb 2011 20:14:43 +0000 (-0200) Subject: Comment on $apache_default_folder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ca62743738eef8447cf33dad28177911fa2426fd;p=puppet-apache.git Comment on $apache_default_folder --- diff --git a/manifests/init.pp b/manifests/init.pp index 9b56512..17501ed 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -35,6 +35,7 @@ class apache { } case $apache_default_folder { + # Give the "It works!" webpage by default. '': { $apache_default_folder = "/var/www" } }