]> xn--ix-yja.es Git - alex.git/commitdiff
Add ws.h1 Puppet manifest
authoralex <alex@pdp7.net>
Sun, 7 May 2023 10:09:42 +0000 (12:09 +0200)
committeralex <alex@pdp7.net>
Sun, 7 May 2023 10:10:18 +0000 (12:10 +0200)
personal_infra/puppet/site/ws.h1.int.pdp7.net.pp [new file with mode: 0644]

diff --git a/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
new file mode 100644 (file)
index 0000000..d667839
--- /dev/null
@@ -0,0 +1,6 @@
+node 'ws.h1.int.pdp7.net' {
+  class {'podman':
+    user => 'alex',
+    storage_driver => 'zfs',
+  }
+}