Mettre à jour 'linux/MesPaquets.sls'

This commit is contained in:
Iwan Clément
2018-02-20 17:29:25 +00:00
parent 0d241d47d4
commit 2e97c8c708

View File

@@ -1,3 +1,9 @@
{% if grains['os'] == 'Fedora' %}
Installation de Gnome-Tweak-Tool:
pkg.installed:
- name: gnome-tweak-tool
{% endif %}
Installation des outils Net-tools:
pkg.installed:
- name: net-tools
@@ -20,10 +26,4 @@ Installation de wget:
Installation de sudo:
pkg.installed:
- name: sudo
{% if grains['os'] == 'Fedora' %}
Installation de Gnome-Tweak-Tool:
pkg.installed:
- name: gnome-tweak-tool
{% endif %}
- name: sudo