summaryrefslogtreecommitdiff
path: root/manifests/site/config.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/site/config.pp')
-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 {