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