20 lines
376 B
Plaintext
20 lines
376 B
Plaintext
{% if grains['kernel'] == 'Linux' %}
|
|
include:
|
|
- linux.update
|
|
- linux.VMSwappiness
|
|
- linux.MesPaquets
|
|
- linux.SSHPubKeys
|
|
- software.atom
|
|
|
|
Installons les logiciels:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- sshfs
|
|
- encfs
|
|
- calibre
|
|
# - thunderbird
|
|
# - evolution-ews
|
|
# - evolution-langpacks
|
|
# - libreoffice-help-fr
|
|
# - keepass
|
|
{% endif %} |