remove more resolv.conf destroyers
This commit is contained in:
parent
cff4371fef
commit
fbc82ef6b1
3 changed files with 10 additions and 0 deletions
4
bundles/systemd-networkd/files/nodnsupdate
Normal file
4
bundles/systemd-networkd/files/nodnsupdate
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
make_resolv_conf(){
|
||||
:
|
||||
}
|
|
@ -7,6 +7,9 @@ files = {
|
|||
'/etc/resolv.conf': {
|
||||
'content_type': 'mako',
|
||||
},
|
||||
'/etc/dhcp/dhclient-enter-hooks.d/nodnsupdate': {
|
||||
'mode': '0755',
|
||||
},
|
||||
}
|
||||
|
||||
directories = {
|
||||
|
|
|
@ -4,6 +4,9 @@ defaults = {
|
|||
'resolvconf': {
|
||||
'installed': False,
|
||||
},
|
||||
'openresolv': {
|
||||
'installed': False,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue