diff options
| author | alex <alex@pdp7.net> | 2023-05-07 12:09:42 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-05-07 12:10:18 +0200 |
| commit | 991f95eb0efc1fabffa6033306d41829b9c2e02b (patch) | |
| tree | 2343c547d287de29e9c06983ef938a06e8bd0ad4 | |
| parent | c4e3ea4f8925c817eed165451c5b4fa9db38c3e2 (diff) | |
Add ws.h1 Puppet manifest
| -rw-r--r-- | personal_infra/puppet/site/ws.h1.int.pdp7.net.pp | 6 |
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', + } +} |
