diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-04 18:14:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-04 18:14:43 -0200 |
commit | ca62743738eef8447cf33dad28177911fa2426fd (patch) | |
tree | e2dc81c25536cd3867861a86a2b7c7624e07306d | |
parent | 9e9e2d3ed08f650cbd417c56c6ddd0eacd4f4e9b (diff) | |
download | puppet-apache-ca62743738eef8447cf33dad28177911fa2426fd.tar.gz puppet-apache-ca62743738eef8447cf33dad28177911fa2426fd.tar.bz2 |
Comment on $apache_default_folder
-rw-r--r-- | manifests/init.pp | 1 |
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" } } |