blob: bc400057eace9848d92202cfb6fa222520acc787 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
node 'case.ces.int.pdp7.net' {
file {'/etc/resolv.conf':
content => @(EOT)
domain ces.int.pdp7.net
search ces.int.pdp7.net
nameserver 10.17.19.4
| EOT
,
}
# nmbd does not start correctly when wg is up. stop wg, restart nmb, start wg
}
|