summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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,
}
}