Ajouter 'linux/MesPaquetsFedora.sls'

This commit is contained in:
Iwan Clément
2018-02-20 19:29:12 +00:00
parent 9b9deb18e8
commit c01140cc92

View File

@@ -0,0 +1,5 @@
{% if grains['os'] == 'Fedora' %}
Installation de gnome-tweak-tool:
package.installed:
- name: gnome-tweak-tool
{% endif %}