move pacman/no_extract to bundle metadata defaults
This commit is contained in:
parent
9730a2be13
commit
51c9506a19
3 changed files with 4 additions and 2 deletions
|
@ -5,6 +5,7 @@ defaults = {
|
|||
'pacman',
|
||||
},
|
||||
'no_extract': {
|
||||
'etc/cron.d/0hourly',
|
||||
# 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.
|
||||
# Requires reinstall of systemd package, though
|
||||
|
|
|
@ -49,6 +49,9 @@ defaults = {
|
|||
},
|
||||
},
|
||||
'pacman': {
|
||||
'no_extract': {
|
||||
'etc/sudoers.d/zfs',
|
||||
},
|
||||
'packages': {
|
||||
'zfs-utils': {
|
||||
'needed_by': {
|
||||
|
|
|
@ -71,9 +71,7 @@ nodes['kunsi-p14s'] = {
|
|||
},
|
||||
'pacman': {
|
||||
'no_extract': {
|
||||
'etc/cron.d/0hourly',
|
||||
'etc/sudoers.d/ctdb', # samba junk
|
||||
'etc/sudoers.d/zfs',
|
||||
},
|
||||
'packages': {
|
||||
# for hardware support
|
||||
|
|
Loading…
Reference in a new issue