summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/site.pp')
-rw-r--r--manifests/site.pp17
1 files changed, 7 insertions, 10 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index 7467e93..676eb18 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1,23 +1,20 @@
-
node 'gandalf.adrift.space' {
include ::rss_filter
- notify { 'hiera paths?':
- message => "This is a [${lookup('test2')}]",
- }
-
nspawn::machine { 'busting':
- os => 'debian',
- enable => true,
- os_opts => {
+ os => 'debian',
+ enable => true,
+ os_opts => {
os_version => 'buster',
}
}
+ # busting 10.0.0.42/23
+
nspawn::machine { 'yoursql':
- os => 'arch',
- enable => true,
+ os => 'arch',
+ enable => true,
}
class { '::dns':