summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-19 14:53:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-19 14:53:39 -0300
commit1dd79cb6521de34aae734038d317bcb4b50ad237 (patch)
tree4487afe9205dd4545ebacff249b71c5f9b009197 /manifests
parentdd175305cf5da1778ce45784976bfe11ca890691 (diff)
downloadpuppet-apache-1dd79cb6521de34aae734038d317bcb4b50ad237.tar.gz
puppet-apache-1dd79cb6521de34aae734038d317bcb4b50ad237.tar.bz2
Fixes certbot::manage name
Diffstat (limited to 'manifests')
-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],
}