Adding socat package for Redhat systems in Salt

This commit is contained in:
Elson O Rodriguez
2016-04-22 19:43:04 -07:00
committed by Lukasz Zajaczkowski
parent 001678991b
commit 545b230851

View File

@@ -5,6 +5,7 @@ pkg-core:
{% if grains['os_family'] == 'RedHat' %}
- python
- git
- socat
{% else %}
- apt-transport-https
- python-apt