#
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'
) {