]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Fixes certbot::manage name
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 19 Jun 2016 17:53:39 +0000 (14:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 19 Jun 2016 17:53:39 +0000 (14:53 -0300)
manifests/site.pp

index 0086f1fd9e1449c8f2b386a32bb6dd633f9fa108..b9394270ca634391ebb2c814ea23c58dddfce8e5 100644 (file)
@@ -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],
     }