# HG changeset patch # User IBBoard # Date 1478898129 0 # Node ID b3f6c7a910d0b121c2471a8a128992f656f8c94f # Parent b1815d10eb9172612c68a9ce3a4198db2ab5267e Add Certbot packages we depend on for commands and providing certs Note: Initial Certbot setup is out of scope and must be done manually diff -r b1815d10eb91 -r b3f6c7a910d0 modules/website/manifests/init.pp --- a/modules/website/manifests/init.pp Fri Nov 11 18:17:46 2016 +0000 +++ b/modules/website/manifests/init.pp Fri Nov 11 21:02:09 2016 +0000 @@ -115,5 +115,8 @@ hour => '*/12', minute => '21', } + package { 'python2-certbot-apache': + ensure => installed, + } } }