summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-02 04:31:50 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-02 04:44:39 +0100
commita261aa089f879b6854c7b8fc7676d6b23ac25588 (patch)
treefc7e5e7dd40cca83f2eb130a8c26066689a6cd89 /manifests
parentAdd debug notice. (diff)
downloadwebdav_server-a261aa089f879b6854c7b8fc7676d6b23ac25588.tar.gz
webdav_server-a261aa089f879b6854c7b8fc7676d6b23ac25588.tar.xz
Network rewrites.
Diffstat (limited to 'manifests')
-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':