11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
pkg-core:
|
|
pkg.installed:
|
|
- names:
|
|
- curl
|
|
{% if grains['os_family'] == 'RedHat' %}
|
|
- python
|
|
- git
|
|
{% else %}
|
|
- apt-transport-https
|
|
- python-apt
|
|
{% endif %} |