summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-26 20:47:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-26 20:47:21 -0300
commit649c4c066fe49b2ee23d2135d6c7cb9acc16e267 (patch)
tree73702caca08737b1a61c070fe4f58b3236ad509f
parenta267f0193505601c5be22f3a19423281280b6ec4 (diff)
downloadpuppet-apache-649c4c066fe49b2ee23d2135d6c7cb9acc16e267.tar.gz
puppet-apache-649c4c066fe49b2ee23d2135d6c7cb9acc16e267.tar.bz2
Oops
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d90b5bc..94de868 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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