Browse Source

Icinga2 APT konfigurieren

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 7 years ago
parent
commit
75dde63c62
1 changed files with 9 additions and 0 deletions
  1. 9 0
      apt/init.sls

+ 9 - 0
apt/init.sls

@@ -56,6 +56,15 @@ apt-neoraider:
     - keyserver: pgpkeys.mit.edu
     - keyid: 16EF3F64CB201D9C
 
+apt-icinga2:
+  pkgrepo.managed:
+    - comments:
+      - "# Icinga2 repo"
+    - human_name: Icinga2 repo
+    - name: deb http://packages.icinga.org/debian icinga-jessie main
+    - file: /etc/apt/sources.list.d/icinga2.list
+    - key_url: http://packages.icinga.org/icinga.key
+
 
 # APT preferences - Pin neoraiders packages to prio 900
 /etc/apt/preferences.d/ffho: