Recopie initiale

This commit is contained in:
Iwan Clement
2018-05-21 13:03:35 +02:00
commit 3f39bfa01d
319 changed files with 1543 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{% if grains['os_family'] == 'Debian' %}
Installation des paquets pour toute Debian:
pkg.installed:
- pkgs:
- p7zip
- dnsutils
- ethtool
{% endif %}

View File

@@ -0,0 +1,9 @@
{% if grains['os_family'] == 'Debian' %}
{% set MYKERNEL = salt['grains.get']('kernelrelease') %}
{% if 'pve' in MYKERNEL %}
# Do Nothing
{% else %}
include:
- linux.Debian.Repos.Jitsi
{% endif %}
{% endif %}

View File

@@ -0,0 +1,6 @@
jitsi stable Repository:
pkgrepo.managed:
- name: deb https://download.jitsi.org stable/
- file: /etc/apt/sources.list.d/jitsi-stable.list
- key_url: https://download.jitsi.org/jitsi-key.gpg.key
- enabled: 1