From 39f8b3c27689df01e0df644c3aef4d916cd1a509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 30 Dec 2018 13:18:45 +0100 Subject: [PATCH] Centos only --- softwares/seedboxp2p.sls | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/softwares/seedboxp2p.sls b/softwares/seedboxp2p.sls index 4fda5a5..4c7eb06 100644 --- a/softwares/seedboxp2p.sls +++ b/softwares/seedboxp2p.sls @@ -1,5 +1,4 @@ -{% if grains['kernel'] == 'Linux' %} - {% if grains['os'] == 'Centos' %} +{% if grains['os'] == 'Centos' %} include: - Users.iwan @@ -43,5 +42,4 @@ Mise en place du fichier de configuration de transmission: - group: users - mode: 660 - {% endif %} {% endif %} \ No newline at end of file