diff --git a/linux/CommonFedora.sls b/linux/CommonFedora.sls index 56c5fe7..3e88ead 100644 --- a/linux/CommonFedora.sls +++ b/linux/CommonFedora.sls @@ -1,14 +1,12 @@ -{% 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 +Installation des paquets pour toutes les Fedora: + pkg.installed: + - pkgs: + - keepassx + - fuse-sshfs + - libreoffice-langpack-fr + - unzip + - zip + - unrar + - p7zip + - p7zip-plugins + - p7zip-gui \ No newline at end of file