Clean up nagios client templates.

This commit is contained in:
Kevin Fenzi 2013-08-19 21:14:59 +00:00
parent 53a138d49f
commit 3ccd34fad9
8 changed files with 7 additions and 7 deletions

View file

@ -45,13 +45,13 @@
- name: install nrpe client configs
template: src=$item dest=/etc/nrpe.d/$item
with_items:
- check_mirrorlist_cache.cfg
- check_raid.cfg
- check_cron.cfg
- check_disk.cfg
- check_swap.cfg
- check_postfix_queue.cfg
- check_lock.cfg
- check_mirrorlist_cache.cfg.j2
- check_raid.cfg.j2
- check_cron.cfg.j2
- check_disk.cfg.j2
- check_swap.cfg.j2
- check_postfix_queue.cfg.j2
- check_lock.cfg.j2
notify:
- restart nrpe
tags: