Mettre à jour 'linux/PhysicalFedora.sls'
This commit is contained in:
@@ -1,32 +1,30 @@
|
||||
{% if grains['os'] == 'Fedora' %}
|
||||
{% if grains['virtual'] == 'physical' %}
|
||||
Installation des packages pour Fedora sur machine physique:
|
||||
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
|
||||
- gnucash
|
||||
- blivet-gui
|
||||
- xsane
|
||||
- fuse-encfs
|
||||
- calibre
|
||||
- vlc
|
||||
- xpra
|
||||
- xpra-html5
|
||||
- x264
|
||||
- x264-libs
|
||||
- dnf-automatic
|
||||
- nextcloud-client
|
||||
- remmina
|
||||
{% if grains['virtual'] == 'physical' %}
|
||||
Installation des packages pour Fedora sur machine physique:
|
||||
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
|
||||
- gnucash
|
||||
- blivet-gui
|
||||
- xsane
|
||||
- fuse-encfs
|
||||
- calibre
|
||||
- vlc
|
||||
- xpra
|
||||
- xpra-html5
|
||||
- x264
|
||||
- x264-libs
|
||||
- dnf-automatic
|
||||
- nextcloud-client
|
||||
- remmina
|
||||
|
||||
Suppression des packages inutiles sur machine physique:
|
||||
pkg.purged:
|
||||
- pkgs:
|
||||
- qemu-common
|
||||
- qemu-kvm
|
||||
- qemu-img
|
||||
- libvirt-daemon-driver-qemu
|
||||
- ipxe-roms-qemu
|
||||
- qemu-guest-agent
|
||||
{% endif %}
|
||||
Suppression des packages inutiles sur machine physique:
|
||||
pkg.purged:
|
||||
- pkgs:
|
||||
- qemu-common
|
||||
- qemu-kvm
|
||||
- qemu-img
|
||||
- libvirt-daemon-driver-qemu
|
||||
- ipxe-roms-qemu
|
||||
- qemu-guest-agent
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user