summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-01 23:00:13 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-01 23:00:13 +0100
commiteac7bbacc7175c8c8853f431a17750bf24e3a159 (patch)
tree8830c2c331b642bf0b89b99669dd43c81c200160 /manifests
parentAdd node classifier. (diff)
downloadwebdav_server-eac7bbacc7175c8c8853f431a17750bf24e3a159.tar.gz
webdav_server-eac7bbacc7175c8c8853f431a17750bf24e3a159.tar.xz
Setup nspawn?
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index a7b3555..17cdc4e 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -17,6 +17,17 @@ node 'gandalf.adrift.space' {
include ::rss_filter
+ nspawn::machine { 'busting':
+ os => 'debian',
+ os_version => 'buster',
+ enable => true,
+ }
+
+ nspawn::machine { 'yoursql':
+ os => 'arch',
+ enable => true,
+ }
+
class { '::dns':
forwarders => [
'8.8.8.8',