blob: 7c972aa69409884455dda412d06ad3d96feb4450 (
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']:}
class {'remote_desktop':}
}
|