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