瀏覽代碼

apt: Use Debians version of Icinga2 for less surprises.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 6 年之前
父節點
當前提交
1499a4b74e
共有 1 個文件被更改,包括 5 次插入8 次删除
  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: