summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-16 19:40:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-16 19:40:11 -0300
commitb841d178ff55c28310cd466da6bd058c2e582c5c (patch)
treea72b06dcb3e21d897e9fd8de30517bad3f03907c /manifests/site.pp
parent672097f04734e1f56513c6ce409f5fb9fd55a6e4 (diff)
downloadpuppet-nginx-b841d178ff55c28310cd466da6bd058c2e582c5c.tar.gz
puppet-nginx-b841d178ff55c28310cd466da6bd058c2e582c5c.tar.bz2
More certbot enhancements
Diffstat (limited to 'manifests/site.pp')
-rw-r--r--manifests/site.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index ec8ba69..c2a0a89 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -53,7 +53,6 @@ define nginx::site(
if $certbot == true {
nginx::certbot { $name:
ensure => $ensure,
- require => File["/etc/nginx/sites-enabled/$name"],
}
}
}