17 lines
369 B
Plaintext
17 lines
369 B
Plaintext
{% if grains['kernel'] == 'Linux' %}
|
|
Outils de developpement toute plateforme:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- gcc
|
|
- make
|
|
- binutils
|
|
# {% if grains['os_family'] == 'RedHat' %}
|
|
# Outils pour RedHat:
|
|
# pkg.installed:
|
|
# - pkgs:
|
|
# # - @development-tools
|
|
# # - @development-librairies
|
|
# - linux-devel
|
|
# {% endif %}
|
|
{% endif %}
|