diff options
Diffstat (limited to 'manifests')
| -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'  ) {  | 
