blob: 99255f19b4fbe471c152961ca7ab74b03f65622f (
plain)
1
2
3
4
5
6
7
8
9
10
|
node 'h2.pdp7.net' {
class {'dns_dhcp':}
class {'freeipa::dnsmasq':}
file {'/etc/dnsmasq.d/static.conf':
content => "dhcp-host=freeswitch,10.42.42.3,freeswitch
host-record=h2.h2.int.pdp7.net,10.42.42.1
",
}
}
|