From c01140cc9251a070a917a65566cf29e9af7b0dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 20 Feb 2018 19:29:12 +0000 Subject: [PATCH] Ajouter 'linux/MesPaquetsFedora.sls' --- linux/MesPaquetsFedora.sls | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 linux/MesPaquetsFedora.sls diff --git a/linux/MesPaquetsFedora.sls b/linux/MesPaquetsFedora.sls new file mode 100644 index 0000000..07f730c --- /dev/null +++ b/linux/MesPaquetsFedora.sls @@ -0,0 +1,5 @@ +{% if grains['os'] == 'Fedora' %} +Installation de gnome-tweak-tool: + package.installed: + - name: gnome-tweak-tool +{% endif %} \ No newline at end of file