aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-05-07 12:09:42 +0200
committeralex <alex@pdp7.net>2023-05-07 12:10:18 +0200
commit991f95eb0efc1fabffa6033306d41829b9c2e02b (patch)
tree2343c547d287de29e9c06983ef938a06e8bd0ad4 /personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
parentc4e3ea4f8925c817eed165451c5b4fa9db38c3e2 (diff)
Add ws.h1 Puppet manifest
Diffstat (limited to 'personal_infra/puppet/site/ws.h1.int.pdp7.net.pp')
-rw-r--r--personal_infra/puppet/site/ws.h1.int.pdp7.net.pp6
1 files changed, 6 insertions, 0 deletions
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
index 00000000..d667839f
--- /dev/null
+++ b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
@@ -0,0 +1,6 @@
+node 'ws.h1.int.pdp7.net' {
+ class {'podman':
+ user => 'alex',
+ storage_driver => 'zfs',
+ }
+}