Création

This commit is contained in:
Iwan Clément
2018-12-30 12:00:22 +01:00
parent d5da522ebf
commit 82137f00e8
2 changed files with 34 additions and 0 deletions

9
softwares/seedboxp2p.sls Normal file
View File

@@ -0,0 +1,9 @@
{% if grains['kernel'] == 'Linux' %}
Installons les packages Transmission:
pkg.installed:
- pkgs:
- transmission
- transmission-deamon
{% endif %}