aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
blob: 0911e8f8d45eb7d1c4397176f67946aa0cd5de17 (plain)
1
2
3
4
5
6
7
8
node 'ws.h1.int.pdp7.net' {
  class {'podman':
    user => 'alex',
    storage_driver => 'zfs',
  }

  package {['pipx', 'isync', 'weechat', 'rclone']:}
}