make some bundles arch-compatible, more default packages for arch
This commit is contained in:
parent
c136c33a58
commit
5a182fadef
12 changed files with 170 additions and 35 deletions
|
@ -11,11 +11,24 @@ files = {
|
|||
if node.metadata.get('systemd-networkd/enable-resolved', False):
|
||||
symlinks['/etc/resolv.conf'] = {
|
||||
'target': '/run/systemd/resolve/stub-resolv.conf',
|
||||
'needed_by': {
|
||||
'pkg_apt:',
|
||||
'pkg_pacman:',
|
||||
},
|
||||
}
|
||||
svc_systemd['systemd-resolved'] = {
|
||||
'needed_by': {
|
||||
'pkg_apt:',
|
||||
'pkg_pacman:',
|
||||
},
|
||||
}
|
||||
svc_systemd['systemd-resolved'] = {}
|
||||
else:
|
||||
files['/etc/resolv.conf'] = {
|
||||
'content_type': 'mako',
|
||||
'needed_by': {
|
||||
'pkg_apt:',
|
||||
'pkg_pacman:',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue