mirror of https://github.com/k3s-io/k3s
Adding socat package for Redhat systems in Salt
parent
001678991b
commit
545b230851
|
@ -5,6 +5,7 @@ pkg-core:
|
|||
{% if grains['os_family'] == 'RedHat' %}
|
||||
- python
|
||||
- git
|
||||
- socat
|
||||
{% else %}
|
||||
- apt-transport-https
|
||||
- python-apt
|
||||
|
|
Loading…
Reference in New Issue