sudo: move package installation to items.py, remove pacman integration
This commit is contained in:
parent
9dfc86ca99
commit
e40d504cc2
2 changed files with 4 additions and 12 deletions
|
@ -1,3 +1,7 @@
|
|||
pkg_apt = {
|
||||
'sudo': {},
|
||||
}
|
||||
|
||||
groups = {
|
||||
'sudo': {},
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'sudo': {},
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'sudo': {},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue