From 1a01eeb13e62bd2f6cba4735cdda913946e4562d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Jan 2013 16:16:07 -0200 Subject: Oops --- manifests/init.pp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'manifests') 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' ) { -- cgit v1.2.3