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