summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/site.pp')
-rw-r--r--manifests/site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index 0086f1f..b939427 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -130,7 +130,7 @@ define apache::site(
}
if $certbot == true {
- certbot::manage { $name:
+ certbot::manage { "${name}.${hosting_domain}":
pre_hook => '/usr/sbin/service apache2 reload',
require => Apache::Site::Manage[$name],
}