Recopie initiale
This commit is contained in:
16
softwares/developpement.sls
Normal file
16
softwares/developpement.sls
Normal 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 %}
|
||||
Reference in New Issue
Block a user