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