]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 16:22:45 +0000 (13:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 16:22:45 +0000 (13:22 -0300)
manifests/site/config.pp

index 60caa8657cf19172e2da50bb23a496735b741625..a723eabb890cecdaa766fc02c34e91d1edb03f27 100644 (file)
@@ -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,