summaryrefslogtreecommitdiff
path: root/modules/profiles/manifests/puppetboard.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-05 18:02:30 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-05 18:05:06 +0100
commite0f2915fdad577eadd39570c1131f86cb34c0279 (patch)
tree0996a5a6ada2ae585a2b1e218975f3c153c03358 /modules/profiles/manifests/puppetboard.pp
parentpuppetboard http redirect. (diff)
downloadwebdav_server-e0f2915fdad577eadd39570c1131f86cb34c0279.tar.gz
webdav_server-e0f2915fdad577eadd39570c1131f86cb34c0279.tar.xz
Letsencrypt improvements
Diffstat (limited to 'modules/profiles/manifests/puppetboard.pp')
-rw-r--r--modules/profiles/manifests/puppetboard.pp15
1 files changed, 3 insertions, 12 deletions
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,