Merge pull request #10712 from justinsb/always_install_socat

Salt: install socat; needed for port-forward
This commit is contained in:
Yu-Ju Hong 2015-07-06 09:58:52 -07:00
commit 8ce6fe855b

View File

@ -10,4 +10,5 @@ pkg-core:
- apt-transport-https
- python-apt
- glusterfs-client
{% endif %}
- socat
{% endif %}