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
|
@ -19,3 +19,9 @@ files = {
|
|||
'content_type': 'mako',
|
||||
},
|
||||
}
|
||||
|
||||
for filename, content in node.metadata.get('sudo/extra_configs', {}).items():
|
||||
files[f'/etc/sudoers.d/{filename}'] = {
|
||||
'content': '\n'.join(sorted(content)) + '\n',
|
||||
'mode': '0440',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue