Mettre à jour 'linux/MesPaquetsFedora.sls'

This commit is contained in:
Iwan Clément
2018-02-20 19:30:24 +00:00
parent bd2d0394f6
commit fc5e9d6223

View File

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