Délocalisation de jitsi comme logiciel à installer

This commit is contained in:
2018-04-24 19:41:15 +02:00
parent d25c34a84e
commit 30d70f2e2e
3 changed files with 19 additions and 7 deletions

View File

@@ -1,14 +1,8 @@
{% if grains['os_family'] == 'Debian' %}
{% set MYKERNEL = salt['grains.get']('kernelrelease') %}
Installation des paquets pour toute Debian:
pkg.installed:
- pkgs:
- p7zip
- dnsutils
- 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 %}