summaryrefslogtreecommitdiff
path: root/manifests/site
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-18 13:53:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-18 13:53:07 -0300
commitcf83d16606d96d461435d5cb5641fb1bf45e9c74 (patch)
treec6c22c45f6771dc0c8613b12cc18836a0bdd2055 /manifests/site
parentcf6b8e9eac809bca6e558131a56ba55accb3b46c (diff)
downloadpuppet-apache-cf83d16606d96d461435d5cb5641fb1bf45e9c74.tar.gz
puppet-apache-cf83d16606d96d461435d5cb5641fb1bf45e9c74.tar.bz2
Initial certbot support
Diffstat (limited to 'manifests/site')
-rw-r--r--manifests/site/config.pp1
1 files changed, 1 insertions, 0 deletions
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: {