From: Silvio Rhatto Date: Sat, 18 Jun 2016 16:22:45 +0000 (-0300) Subject: Syntax fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8f71cc0e123887a57b4b8feda72c7aa7f2f30670;p=puppet-apache.git Syntax fix --- diff --git a/manifests/site/config.pp b/manifests/site/config.pp index 60caa86..a723eab 100644 --- a/manifests/site/config.pp +++ b/manifests/site/config.pp @@ -11,8 +11,8 @@ define apache::site::config( $use = false, $template = 'apache/site.erb', $mpm = true, - $user = '' - $gid = '' + $user = '', + $gid = '', $ssl = false, $listen = '*', $https_redirect = false,