From e0f2915fdad577eadd39570c1131f86cb34c0279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 5 Jan 2022 18:02:30 +0100 Subject: Letsencrypt improvements --- modules/profiles/manifests/puppetboard.pp | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'modules/profiles/manifests/puppetboard.pp') diff --git a/modules/profiles/manifests/puppetboard.pp b/modules/profiles/manifests/puppetboard.pp index b5f6b1f..d477632 100644 --- a/modules/profiles/manifests/puppetboard.pp +++ b/modules/profiles/manifests/puppetboard.pp @@ -32,20 +32,11 @@ class profiles::puppetboard { offline_mode => true, } - include ::letsencrypt - - ensure_packages(['python3-certbot-apache']) - - $certname = lookup('certname') - letsencrypt::certonly { $certname: - ensure => present, - domains => [ $::fqdn, ], - manage_cron => true, - plugin => 'apache', - additional_args => ['--quiet'], - post_hook_commands => ['systemctl restart apache2'], + class { '::profiles::letsencrypt': + provider => apache, } + $certname = lookup('certname') class { 'puppetboard::apache::vhost': vhost_name => $::fqdn, port => 443, -- cgit v1.2.3