blob: cabbaf929e89955032c14db574a43b34024f89fa (
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
',
}
# nmbd does not start correctly when wg is up. stop wg, restart nmb, start wg
}
|