Salt: install socat; needed for port-forward

port-forward needs socat on the node hosts; we technically
don't need it today on the master, but this seems the right
place to put it, and socat is a small dependency.
This commit is contained in:
Justin Santa Barbara
2015-07-03 18:57:00 -04:00
parent 974377b306
commit 6504df77f1

View File

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