Recopie initiale
This commit is contained in:
8
linux/Debian/DebianFamilyPackage.sls
Normal file
8
linux/Debian/DebianFamilyPackage.sls
Normal file
@@ -0,0 +1,8 @@
|
||||
{% if grains['os_family'] == 'Debian' %}
|
||||
Installation des paquets pour toute Debian:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- p7zip
|
||||
- dnsutils
|
||||
- ethtool
|
||||
{% endif %}
|
||||
9
linux/Debian/DebianFamilyRepo.sls
Normal file
9
linux/Debian/DebianFamilyRepo.sls
Normal 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 %}
|
||||
6
linux/Debian/Repos/Jitsi.sls
Normal file
6
linux/Debian/Repos/Jitsi.sls
Normal 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
|
||||
Reference in New Issue
Block a user