Finalisation de l'installation de jitsi uniquement sur les Debian Station de travail

This commit is contained in:
2018-04-24 17:57:54 +02:00
parent 93963699db
commit ed158a2045
2 changed files with 8 additions and 3 deletions

View File

@@ -1,9 +1,14 @@
{% if grains['os_family'] == 'Debian' %}
{% set MYKERNEL = salt['grains.get']('kernelrelease') %}
Installation des paquets pour toute Debian:
pkg.installed:
- pkgs:
- p7zip
- dnsutils
# - jitsi-meet
- ethtool
{% if 'pve' in MYKERNEL %}
# Do Nothing
{% else %}
- jitsi-meet
{%endif}
{% endif %}

View File

@@ -1,5 +1,5 @@
{% if grains['os_family'] == 'Debian' %}
include:
# - linux.Debian.DebianFamilyRepo
- linux.Debian.DebianFamilyRepo
- linux.Debian.DebianFamilyPackage
{% endif %}