]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 May 2013 23:47:21 +0000 (20:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 26 May 2013 23:47:21 +0000 (20:47 -0300)
manifests/init.pp

index d90b5bc2987064d424403e277b7a13ae1f8d3393..94de868a7ddda95ec50531b9d9ff3374cce2f541 100644 (file)
@@ -36,8 +36,8 @@ class apache(
   $error_dest     = "http://${domain}/missing.html",
   $default_folder = '/var/www/data',
   $server_name    = $hostname,
-  $https_proxy    = 'no'
-  $remote_addr    = false,
+  $https_proxy    = 'no',
+  $remote_addr    = false
 ) {
 
   include ssl