From 9dea34f32e9ba21d71d2b30503de5ba487765d88 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Nov 2017 01:55:17 -0500 Subject: more packages to install and run --- modules/certbot/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/certbot') 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; + } } -- cgit v1.2.3-54-g00ecf