
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.
15 lines
253 B
Plaintext
15 lines
253 B
Plaintext
pkg-core:
|
|
pkg.installed:
|
|
- names:
|
|
- curl
|
|
{% if grains['os_family'] == 'RedHat' %}
|
|
- python
|
|
- git
|
|
- glusterfs-fuse
|
|
{% else %}
|
|
- apt-transport-https
|
|
- python-apt
|
|
- glusterfs-client
|
|
- socat
|
|
{% endif %}
|