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',
|
'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
|
||||||
|
|
|
@ -49,6 +49,9 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'pacman': {
|
'pacman': {
|
||||||
|
'no_extract': {
|
||||||
|
'etc/sudoers.d/zfs',
|
||||||
|
},
|
||||||
'packages': {
|
'packages': {
|
||||||
'zfs-utils': {
|
'zfs-utils': {
|
||||||
'needed_by': {
|
'needed_by': {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue