blob: 1b0b9f38f3de68817108de296264a8d44a11bb7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
node 'case.ces.int.pdp7.net' {
class {'dns_dhcp':}
->
file {'/etc/dnsmasq.d/static.conf':
content => 'host-record=router,router.ces.int.pdp7.net,10.17.19.1
host-record=tplink,tplink.ces.int.pdp7.net,10.17.19.2
host-record=case.ces.int.pdp7.net,case,10.17.19.3
',
}
class {'freeipa::dnsmasq':}
}
|