bundles/systemd-networkd: also deploy resolv.conf
This commit is contained in:
parent
394424951f
commit
6f87a1d240
2 changed files with 12 additions and 0 deletions
|
@ -1,9 +1,18 @@
|
|||
assert node.has_bundle('systemd')
|
||||
|
||||
pkg_apt = {
|
||||
'resolvconf': {
|
||||
'installed': False,
|
||||
},
|
||||
}
|
||||
|
||||
files = {
|
||||
'/etc/network/interfaces': {
|
||||
'delete': True,
|
||||
},
|
||||
'/etc/resolv.conf': {
|
||||
'content_type': 'mako',
|
||||
},
|
||||
}
|
||||
|
||||
directories = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue