remove more resolv.conf destroyers

This commit is contained in:
mwiegand 2022-01-11 18:41:06 +01:00
parent cff4371fef
commit fbc82ef6b1
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#!/bin/sh
make_resolv_conf(){
:
}

View file

@ -7,6 +7,9 @@ files = {
'/etc/resolv.conf': {
'content_type': 'mako',
},
'/etc/dhcp/dhclient-enter-hooks.d/nodnsupdate': {
'mode': '0755',
},
}
directories = {

View file

@ -4,6 +4,9 @@ defaults = {
'resolvconf': {
'installed': False,
},
'openresolv': {
'installed': False,
},
},
},
}