summaryrefslogtreecommitdiffstats
path: root/modules/certbot
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-06 01:55:17 -0500
committerJesse Luehrs <doy@tozt.net>2017-11-06 01:55:17 -0500
commit9dea34f32e9ba21d71d2b30503de5ba487765d88 (patch)
tree6767898c86817ba75e6c6cf3dc2126cd85434be8 /modules/certbot
parent3bf911daad2d5e4b90b4da60389a8793f8f2d60a (diff)
downloadpuppet-tozt-9dea34f32e9ba21d71d2b30503de5ba487765d88.tar.gz
puppet-tozt-9dea34f32e9ba21d71d2b30503de5ba487765d88.zip
more packages to install and run
Diffstat (limited to 'modules/certbot')
-rw-r--r--modules/certbot/manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/certbot/manifests/init.pp b/modules/certbot/manifests/init.pp
index a08e0a5..e28b387 100644
--- a/modules/certbot/manifests/init.pp
+++ b/modules/certbot/manifests/init.pp
@@ -1,2 +1,5 @@
class certbot {
+ package { 'certbot':
+ ensure => installed;
+ }
}