summaryrefslogtreecommitdiffstats
path: root/modules/certbot
diff options
context:
space:
mode:
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;
+ }
}