Adding socat package for Redhat systems in Salt

pull/6/head
Elson O Rodriguez 2016-04-22 19:43:04 -07:00 committed by Lukasz Zajaczkowski
parent 001678991b
commit 545b230851
1 changed files with 1 additions and 0 deletions

View File

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