diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:16:07 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:16:07 -0200 |
commit | 1a01eeb13e62bd2f6cba4735cdda913946e4562d (patch) | |
tree | a764600b8341ae8aade9156a518f749ba9a1b8a4 | |
parent | 835658b05137c1a01854943a24df7100bfcfc510 (diff) | |
download | puppet-apache-1a01eeb13e62bd2f6cba4735cdda913946e4562d.tar.gz puppet-apache-1a01eeb13e62bd2f6cba4735cdda913946e4562d.tar.bz2 |
Oops
-rw-r--r-- | manifests/init.pp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 42db664..1c4d24f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -25,17 +25,17 @@ # class apache( - $sites = "/etc/apache2/sites" - $mods = "/etc/apache2/mods" - $conf_d = "/etc/apache2/conf.d" - $macros = "/etc/apache2/conf.d/macros" - $conf = "/etc/apache2/apache2.conf" - $www_folder = "/var/www/data" - $error_folder = "/var/www/error" - $sites_folder = "/var/sites" - $error_dest = "http://${domain}/missing.html" - $default_folder = '/var/www/data' - $server_name = $hostname + $sites = "/etc/apache2/sites", + $mods = "/etc/apache2/mods", + $conf_d = "/etc/apache2/conf.d", + $macros = "/etc/apache2/conf.d/macros", + $conf = "/etc/apache2/apache2.conf", + $www_folder = "/var/www/data", + $error_folder = "/var/www/error", + $sites_folder = "/var/sites", + $error_dest = "http://${domain}/missing.html", + $default_folder = '/var/www/data', + $server_name = $hostname, $https_proxy = 'no' ) { |