diff options
| author | alex <alex@pdp7.net> | 2026-09-05 20:44:50 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-09-05 20:44:50 +0200 |
| commit | e569d1ee75c74a9831ad286904e320b177b4599e (patch) | |
| tree | 156df846314e83ed7211a9c8b2ccdd75b16ee329 | |
| parent | 25deecbb3464f54b5e2db95e845b86cf4a6344cc (diff) | |
Update DNS configuration
| -rw-r--r-- | personal_infra/puppet/site/case.ces.int.pdp7.net.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/personal_infra/puppet/site/case.ces.int.pdp7.net.pp b/personal_infra/puppet/site/case.ces.int.pdp7.net.pp index 0f8788a1..bc400057 100644 --- a/personal_infra/puppet/site/case.ces.int.pdp7.net.pp +++ b/personal_infra/puppet/site/case.ces.int.pdp7.net.pp @@ -1,3 +1,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 } |
