nagios-nrpe: Replace the dummy packages nagios-plugins-* with monitoring-plugins-*

This commit is contained in:
Ludovic Poujol 2019-06-17 10:25:46 +02:00
parent 890055753e
commit 8413fa137c
2 changed files with 5 additions and 4 deletions

View file

@ -33,6 +33,7 @@ The **patch** part changes incrementally at each release.
* evolinux-base: Validate sshd config with "-t" instead of "-T" * evolinux-base: Validate sshd config with "-t" instead of "-T"
* evolinux-base: Ensure rename is present * evolinux-base: Ensure rename is present
* evolinux-users: Validate sshd config with "-t" instead of "-T" * evolinux-users: Validate sshd config with "-t" instead of "-T"
* nagios-nrpe: Replace the dummy packages nagios-plugins-* with monitoring-plugins-*
### Security ### Security

View file

@ -5,11 +5,11 @@
state: present state: present
with_items: with_items:
- nagios-nrpe-server - nagios-nrpe-server
- nagios-plugins - monitoring-plugins
- nagios-plugins-basic - monitoring-plugins-basic
- nagios-plugins-common - monitoring-plugins-common
- monitoring-plugins-standard
- nagios-plugins-contrib - nagios-plugins-contrib
- nagios-plugins-standard
tags: tags:
- nagios-nrpe - nagios-nrpe