sudo: move package installation to items.py, remove pacman integration

This commit is contained in:
Rico 2021-12-21 17:43:40 +01:00
parent 9dfc86ca99
commit e40d504cc2
Signed by: stillbeben
GPG Key ID: AE1066B5BD0B5041
2 changed files with 4 additions and 12 deletions

View File

@ -1,3 +1,7 @@
pkg_apt = {
'sudo': {},
}
groups = {
'sudo': {},
}

View File

@ -1,12 +0,0 @@
defaults = {
'apt': {
'packages': {
'sudo': {},
},
},
'pacman': {
'packages': {
'sudo': {},
},
},
}