From 4fd2c69970e1e6ca8413ec5aa6640b322d1b913e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 30 Dec 2018 12:25:38 +0100 Subject: [PATCH] test Centos --- softwares/seedboxp2p.sls | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/softwares/seedboxp2p.sls b/softwares/seedboxp2p.sls index bef38b2..8f7e668 100644 --- a/softwares/seedboxp2p.sls +++ b/softwares/seedboxp2p.sls @@ -1,4 +1,5 @@ {% if grains['kernel'] == 'Linux' %} + {% if grains['os'] == 'Centos' %} Installons les packages Transmission: pkg.installed: @@ -25,4 +26,5 @@ Stoppons le daemon transmission: - mode: 770 - makedirs: True -{% endif %} + {% endif %} +{% endif %} \ No newline at end of file