]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 18:16:07 +0000 (16:16 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 18:16:07 +0000 (16:16 -0200)
manifests/init.pp

index 42db66400495e1b15e366d58b3966a123b106f86..1c4d24f19e4aec69ec7d9188e28dc00ede3cbe52 100644 (file)
 #
 
 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'
 ) {