bundles/pacman: manage pacman.conf
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-30 14:27:30 +02:00
parent 9a3d78c38b
commit 9f8878ae8f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 61 additions and 0 deletions

View file

@ -45,6 +45,12 @@ nodes['aurto'] = {
},
},
},
'pacman': {
'enable_aurto': False,
'additional_config': {
'Include = /etc/pacman.d/aurto',
},
},
'sudo': {
'extra_configs': {
'50_aurto_passwordless': {