summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-18 13:53:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-18 13:53:59 -0300
commit0252c5aed444c435bb447cd2c8e564477802dc4f (patch)
treeb46cdde17df02b4948e06f0a9c74fe47e87ffe81
parentcf83d16606d96d461435d5cb5641fb1bf45e9c74 (diff)
downloadpuppet-apache-0252c5aed444c435bb447cd2c8e564477802dc4f.tar.gz
puppet-apache-0252c5aed444c435bb447cd2c8e564477802dc4f.tar.bz2
Syntax fix
-rw-r--r--manifests/site/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/site/config.pp b/manifests/site/config.pp
index 063c08f..6e6829f 100644
--- a/manifests/site/config.pp
+++ b/manifests/site/config.pp
@@ -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 {