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 = {
|
defaults = {
|
||||||
'apt': {
|
'apt': {
|
||||||
'packages': {
|
'packages': {
|
||||||
|
'dhcpcd5': {
|
||||||
|
'installed': False,
|
||||||
|
},
|
||||||
'dphys-swapfile': {
|
'dphys-swapfile': {
|
||||||
'installed': False,
|
'installed': False,
|
||||||
},
|
},
|
||||||
|
'isc-dhcp-client': {
|
||||||
|
'installed': False,
|
||||||
|
},
|
||||||
|
'isc-dhcp-common': {
|
||||||
|
'installed': False,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'raspberrypi': {
|
'raspberrypi': {
|
||||||
|
|
Loading…
Reference in a new issue