Création
This commit is contained in:
9
softwares/seedboxp2p.sls
Normal file
9
softwares/seedboxp2p.sls
Normal file
@@ -0,0 +1,9 @@
|
||||
{% if grains['kernel'] == 'Linux' %}
|
||||
|
||||
Installons les packages Transmission:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- transmission
|
||||
- transmission-deamon
|
||||
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user