summaryrefslogtreecommitdiffstats
path: root/modules/certbot
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-10 04:19:58 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-10 04:19:58 -0400
commitd676dd95dbab99393c89dc1c096f4d2522281277 (patch)
treec8f5cdf326ff029c1719ca9422440ad3bab89b32 /modules/certbot
parenta6cec2752bb18886576914ffc435bf158a522547 (diff)
downloadpuppet-tozt-d676dd95dbab99393c89dc1c096f4d2522281277.tar.gz
puppet-tozt-d676dd95dbab99393c89dc1c096f4d2522281277.zip
try breaking the dependency cycle
Diffstat (limited to 'modules/certbot')
-rw-r--r--modules/certbot/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certbot/manifests/init.pp b/modules/certbot/manifests/init.pp
index c0db164..36ba279 100644
--- a/modules/certbot/manifests/init.pp
+++ b/modules/certbot/manifests/init.pp
@@ -31,7 +31,7 @@ class certbot {
creates => "/etc/letsencrypt/live",
require => [
Package["certbot"],
- Class["nginx"],
+ Package["nginx"],
],
}
}