summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2021-06-29 22:43:52 +0200
committerHugo Hörnquist <hugo@hornquist.se>2021-06-29 22:43:52 +0200
commit916b1f0f97288db063cc8cec23a54d4253940d0d (patch)
tree8c4fcfcc2841b982d4fb65d218642a30084b51f2 /manifests
parentBlog working. (diff)
downloadwebdav_server-916b1f0f97288db063cc8cec23a54d4253940d0d.tar.gz
webdav_server-916b1f0f97288db063cc8cec23a54d4253940d0d.tar.xz
Firewall.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index 1613c64..4850d63 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1,4 +1,7 @@
node 'hornquist.se' {
+
+ include ::profiles::firewall
+
ensure_packages([
'cowsay',
], { ensure => installed })
@@ -59,6 +62,7 @@ node 'hornquist.se' {
class { 'letsencrypt':
email => 'hugo.hornquist@gmail.com',
+ renew_cron_ensure => present,
}
letsencrypt::certonly { $certname: