bundles/raspberrypi: remove isc-dhcp-client
This commit is contained in:
parent
d2260b4699
commit
abb99ed58a
1 changed files with 9 additions and 0 deletions
|
@ -1,9 +1,18 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'dhcpcd5': {
|
||||
'installed': False,
|
||||
},
|
||||
'dphys-swapfile': {
|
||||
'installed': False,
|
||||
},
|
||||
'isc-dhcp-client': {
|
||||
'installed': False,
|
||||
},
|
||||
'isc-dhcp-common': {
|
||||
'installed': False,
|
||||
},
|
||||
},
|
||||
},
|
||||
'raspberrypi': {
|
||||
|
|
Loading…
Reference in a new issue