Browse Source

apt: Use Debians version of Icinga2 for less surprises.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 6 years ago
parent
commit
1499a4b74e
1 changed files with 5 additions and 8 deletions
  1. 5 8
      apt/init.sls

+ 5 - 8
apt/init.sls

@@ -40,14 +40,10 @@ ffho-repo-jessie:
 /etc/apt/sources.list.d/universe-factory.list:
   file.absent
 
-apt-icinga2:
-  pkgrepo.managed:
-    - comments:
-      - "# Icinga2 repo"
-    - human_name: Icinga2 repo
-    - name: deb http://packages.icinga.org/debian icinga-{{ grains.oscodename }} main
-    - file: /etc/apt/sources.list.d/icinga2.list
-    - key_url: http://packages.icinga.org/icinga.key
+/etc/apt/sources.list.d/icinga2.list:
+  file.absent
+
+
 
 {% if grains.manufacturer == "HP" %}
 apt-hpe:
@@ -59,6 +55,7 @@ apt-hpe:
     - file: /etc/apt/sources.list.d/hpe.list
 {% endif %}
 
+
 # APT preferences
 /etc/apt/preferences.d/ffho:
   file.managed: