Browse Source

icinga2: Remove removal of old override file

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 3 years ago
parent
commit
c2c0dd19ee
1 changed files with 0 additions and 11 deletions
  1. 0 11
      icinga2/init.sls

+ 0 - 11
icinga2/init.sls

@@ -29,17 +29,6 @@ icinga2:
     - enable: True
     - reload: True
 
-/etc/systemd/system/icinga2.service.d/override.conf:
-  file.absent
-
-systemd-reload:
-  cmd.run:
-    - name: systemctl daemon-reload
-    - watch:
-      - file: /etc/systemd/system/icinga2.service.d/override.conf
-    - watch_in:
-      - service: icinga2
-
 # Install plugins (official + our own)
 monitoring-plugin-pkgs:
   pkg.installed: