blob: fa69663c630810db08d7ad07bcd9e0f11ee3a609 (
plain)
1
2
3
4
5
6
7
8
9
10
|
node 'ws.h1.int.pdp7.net' {
class {'podman':
user => 'alex',
storage_driver => 'zfs',
}
package {['pipx', 'isync', 'weechat', 'rclone', 'fuse', 'rsync', 'sshpass', 'bash-completion']:}
class {'remote_desktop':}
}
|