mirror of https://github.com/zulip/zulip.git
zulip_ops: Add missing dependency on dhcpcd.
This commit is contained in:
parent
e53c0fe273
commit
62b12e0c34
|
@ -17,6 +17,7 @@ class zulip_ops::base {
|
|||
# For managing our current Debian packages
|
||||
"debian-goodies",
|
||||
# Needed for zulip-ec2-configure-network-interfaces
|
||||
'dhcpcd',
|
||||
"python3-six",
|
||||
"python-six",
|
||||
# "python3-boto", # missing on trusty
|
||||
|
|
Loading…
Reference in New Issue