diff --git a/linux/AllFedora.sls b/linux/AllFedora.sls new file mode 100644 index 0000000..56c5fe7 --- /dev/null +++ b/linux/AllFedora.sls @@ -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 %} \ No newline at end of file