move pacman/no_extract to bundle metadata defaults

This commit is contained in:
Franzi 2022-05-16 10:52:14 +02:00
parent 9730a2be13
commit 51c9506a19
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 4 additions and 2 deletions

View file

@ -5,6 +5,7 @@ defaults = {
'pacman', 'pacman',
}, },
'no_extract': { 'no_extract': {
'etc/cron.d/0hourly',
# don't install systemd-homed pam module. It produces a lot of spam in # don't install systemd-homed pam module. It produces a lot of spam in
# journal about systemd-homed not being active, so just get rid of it. # journal about systemd-homed not being active, so just get rid of it.
# Requires reinstall of systemd package, though # Requires reinstall of systemd package, though

View file

@ -49,6 +49,9 @@ defaults = {
}, },
}, },
'pacman': { 'pacman': {
'no_extract': {
'etc/sudoers.d/zfs',
},
'packages': { 'packages': {
'zfs-utils': { 'zfs-utils': {
'needed_by': { 'needed_by': {

View file

@ -71,9 +71,7 @@ nodes['kunsi-p14s'] = {
}, },
'pacman': { 'pacman': {
'no_extract': { 'no_extract': {
'etc/cron.d/0hourly',
'etc/sudoers.d/ctdb', # samba junk 'etc/sudoers.d/ctdb', # samba junk
'etc/sudoers.d/zfs',
}, },
'packages': { 'packages': {
# for hardware support # for hardware support