diff options
Diffstat (limited to 'manifests')
-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 |