blob: caf0d92ef6f36678175ef5930df0624c8f8535f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
node 'dixie.bcn.int.pdp7.net' {
class {'dns_dhcp':}
file {'/etc/dnsmasq.d/static.conf':
content => "host-record=router,router.bcn.int.pdp7.net,192.168.76.1
host-record=archerc7,archerc7.bcn.int.pdp7.net,192.168.76.6
host-record=dixie.bcn.int.pdp7.net,dixie,192.168.76.2
dhcp-option=121,10.0.0.0/8,192.168.76.2
",
notify => Service["dnsmasq"],
}
class {'freeipa::dnsmasq':}
}
|