summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 01:10:51 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 01:10:51 +0200
commit0db4421283271f6cc24729f587bdbf45db82fe41 (patch)
tree097eafc4733030cf302388e99baf0c1e04faf0c6 /manifests
parentMinor fixes. (diff)
downloadwebdav_server-0db4421283271f6cc24729f587bdbf45db82fe41.tar.gz
webdav_server-0db4421283271f6cc24729f587bdbf45db82fe41.tar.xz
Ensure certbot is installed on hornquist.se.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index 9fb2ea5..1bf73f1 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -108,6 +108,9 @@ node 'hornquist.se' {
renew_cron_ensure => present,
}
+ ensure_packages(['python3-certbot-nginx'],
+ { ensure => installed })
+
letsencrypt::certonly { $certname:
domains => [
'blog.hornquist.se',