aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site/hideo.mad.int.pdp7.net.pp
blob: a300f369c9da4640cd60efe5d8662d06703651e2 (plain)
1
2
3
4
5
6
node 'hideo.mad.int.pdp7.net' {
  class {'workstation':}
  class {'incus':
    network_device => 'wlp3s0',
  }
}