blob: 129795d9abece3209ca0636185251a0eef2ced44 (
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', 'gnutls-utils', 'python3-pip']:}
class {'remote_desktop':}
}
|