diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 20:47:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 20:47:21 -0300 |
commit | 649c4c066fe49b2ee23d2135d6c7cb9acc16e267 (patch) | |
tree | 73702caca08737b1a61c070fe4f58b3236ad509f | |
parent | a267f0193505601c5be22f3a19423281280b6ec4 (diff) | |
download | puppet-apache-649c4c066fe49b2ee23d2135d6c7cb9acc16e267.tar.gz puppet-apache-649c4c066fe49b2ee23d2135d6c7cb9acc16e267.tar.bz2 |
Oops
-rw-r--r-- | manifests/init.pp | 4 |
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 |