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

  package {['isync', 'gnutls-utils']:}

  class {'workstation':}
  class {'remote_desktop':}
}