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

index 063c08f04db7f5470479d8e0439bd2b29eba3002..6e6829f93d6367b239e079576339c4b5365d7bf9 100644 (file)
@@ -20,7 +20,7 @@ define apache::site::config(
   $canonical_exceptions = '',
   $custom_directives    = false,
   $allow_override       = false,
-  $hosting_domain       = hiera('apache::site::domain', $::domain)
+  $hosting_domain       = hiera('apache::site::domain', $::domain),
   $certbot              = false,
 ) {
   case $source {