summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-04 18:14:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-04 18:14:43 -0200
commitca62743738eef8447cf33dad28177911fa2426fd (patch)
treee2dc81c25536cd3867861a86a2b7c7624e07306d /manifests
parent9e9e2d3ed08f650cbd417c56c6ddd0eacd4f4e9b (diff)
downloadpuppet-apache-ca62743738eef8447cf33dad28177911fa2426fd.tar.gz
puppet-apache-ca62743738eef8447cf33dad28177911fa2426fd.tar.bz2
Comment on $apache_default_folder
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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" }
}