summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-13 23:49:02 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-13 23:49:02 +0100
commit74d5d27d77291654b15c1faffea6fb5f628d7aa7 (patch)
treeb7eacda64d2ca262dda8c4fc142a4fc16b30bdd6 /manifests
parenthornquist.se reword letsencrypt (diff)
parentRaspi setup was a bad idea. (diff)
downloadwebdav_server-74d5d27d77291654b15c1faffea6fb5f628d7aa7.tar.gz
webdav_server-74d5d27d77291654b15c1faffea6fb5f628d7aa7.tar.xz
Merge branch 'raspi'
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp9
1 files changed, 7 insertions, 2 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index 5db60b7..e64145c 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -3,9 +3,14 @@ node 'gandalf.adrift.space' {
addr => '3',
}
+ include ::losetup
include ::profiles::workstation
- include ::profiles::gandalf_web
+ $certname = 'adrift.space'
+
+ class { '::profiles::gandalf_web':
+ certname => $certname,
+ }
nginx::resource::location { '/varselklotet':
server => 'gandalf',
@@ -28,7 +33,7 @@ node 'gandalf.adrift.space' {
],
nginx => {
server_name => "bookmark.${facts['fqdn']}",
- certname => 'bookmark.gandalf.adrift.space',
+ certname => $certname,
}
}