]> arthur.barton.de Git - AnsibleRoles.git/commitdiff
check-mk-agent: Depend on "nagios-plugins-basic"
authorAlexander Barton <alex@barton.de>
Wed, 25 Nov 2015 15:24:40 +0000 (16:24 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 25 Nov 2015 15:24:40 +0000 (16:24 +0100)
The "monitoring-plugins-basic" package is quite new and not available on
older systems, whereas the "nagios-plugins-basic" is still available even
in Debian "sid" (unstable), and depends on the "monitoring-plugins-basic"
when required.

So depend on "nagios-plugins-basic" instead of "monitoring-plugins-basic".

roles/check-mk-agent/tasks/main.yml

index 186f1b496bbf4fad17de690f9b09431d84ac8023..829b2604dd446e14e7eb01b6d35f981c5220bef3 100644 (file)
@@ -12,7 +12,7 @@
   with_items:
     - check-mk-agent
     - check-mk-agent-logwatch
-    - monitoring-plugins-basic
+    - nagios-plugins-basic
 
 - name: test for systemd unit files
   tags: