41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
{% if grains['os'] == 'Fedora' %}
|
|
{% if grains['virtual'] == 'physical' %}
|
|
Installation des packages qui vont bien:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
|
|
- https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
|
- keepassx
|
|
- gnucash
|
|
- libreoffice-langpack-fr
|
|
- blivet-gui
|
|
- xsane
|
|
- unzip
|
|
- zip
|
|
- unrar
|
|
- fuse-sshfs
|
|
- fuse-encfs
|
|
- p7zip
|
|
- p7zip-plugins
|
|
- p7zip-gui
|
|
- calibre
|
|
- vlc
|
|
- xpra
|
|
- xpra-html5
|
|
- x264
|
|
- x264-libs
|
|
- dnf-automatic
|
|
- nextcloud-client
|
|
- remmina
|
|
|
|
Suppression des packages inutiles:
|
|
pkg.purged:
|
|
- pkgs:
|
|
- qemu-common
|
|
- qemu-kvm
|
|
- qemu-img
|
|
- libvirt-daemon-driver-qemu
|
|
- ipxe-roms-qemu
|
|
- qemu-guest-agent
|
|
{% endif %}
|
|
{% endif %} |