From cf83d16606d96d461435d5cb5641fb1bf45e9c74 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 18 Jun 2016 13:53:07 -0300 Subject: Initial certbot support --- manifests/site/config.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/site') diff --git a/manifests/site/config.pp b/manifests/site/config.pp index a723eab..063c08f 100644 --- a/manifests/site/config.pp +++ b/manifests/site/config.pp @@ -21,6 +21,7 @@ define apache::site::config( $custom_directives = false, $allow_override = false, $hosting_domain = hiera('apache::site::domain', $::domain) + $certbot = false, ) { case $source { true: { -- cgit v1.2.3