Mettre à jour 'linux/CompletePhysicalFedora.sls'
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{% if grains['os'] == 'Fedora' %}
|
{% if grains['os'] == 'Fedora' %}
|
||||||
{% if grains['virtual'] == 'Physical' %}
|
{% if grains['virtual'] == 'Physical' %}
|
||||||
Installation de KeepassX:
|
Installation des packages qui vont bien:
|
||||||
pkg.managed:
|
pkg.managed:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- keepassx
|
- keepassx
|
||||||
@@ -18,5 +18,15 @@
|
|||||||
- p7zip-gui
|
- p7zip-gui
|
||||||
- screen
|
- screen
|
||||||
- calibre
|
- calibre
|
||||||
|
|
||||||
|
Suppression des packages inutiles:
|
||||||
|
pg.purged:
|
||||||
|
- pkgs:
|
||||||
|
- qemu-common
|
||||||
|
- qemu-kvm
|
||||||
|
- qemu-img
|
||||||
|
- libvirt-daemon-driver-qemu
|
||||||
|
- ipxe-roms-qemu
|
||||||
|
- qemu-guest-agent
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Reference in New Issue
Block a user