Recopie initiale

This commit is contained in:
Iwan Clement
2018-05-21 13:03:35 +02:00
commit 3f39bfa01d
319 changed files with 1543 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{% 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 %}