Ajouter 'linux/AllFedora.sls'
This commit is contained in:
14
linux/AllFedora.sls
Normal file
14
linux/AllFedora.sls
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{% if grains['os'] == 'Fedora' %}
|
||||||
|
Installation des paquets pour toutes les Fedora:
|
||||||
|
pkg.installed:
|
||||||
|
- pkgs:
|
||||||
|
- keepassx
|
||||||
|
- fuse-sshfs
|
||||||
|
- libreoffice-langpack-fr
|
||||||
|
- unzip
|
||||||
|
- zip
|
||||||
|
- unrar
|
||||||
|
- p7zip
|
||||||
|
- p7zip-plugins
|
||||||
|
- p7zip-gui
|
||||||
|
{% endif %}
|
||||||
Reference in New Issue
Block a user