16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
{% if grains['kernel'] == 'Linux' %}
|
|
Installons les logiciels:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- sshfs
|
|
- zip
|
|
- unzip
|
|
- encfs
|
|
- git
|
|
- calibre
|
|
- thunderbird
|
|
- evolution-ews
|
|
- evolution-langpacks
|
|
- libreoffice-help-fr
|
|
- keepass
|
|
{% endif %} |