munin: cleanup and deduplicate notify

This commit is contained in:
Jérémy Lecour 2017-03-30 15:32:05 +02:00 committed by Jérémy Lecour
parent f7673a7340
commit 10b9d9e76f

View file

@ -52,24 +52,23 @@
src: "/usr/local/libexec/munin/plugins/{{ item }}"
dest: "/etc/munin/plugins/{{ item }}"
state: link
notify: restart munin_node
with_items:
- 'cpu'
- 'df'
- 'df_inode'
- 'load'
- 'memory'
- 'munin_stats'
- 'netstat'
- 'open_files'
- 'pf_changes'
- 'pf_searches'
- 'pf_states'
- 'processes'
- 'systat'
- 'uptime'
- 'users'
- 'vmstat'
- cpu
- df
- df_inode
- load
- memory
- munin_stats
- netstat
- open_files
- pf_changes
- pf_searches
- pf_states
- processes
- systat
- uptime
- users
- vmstat
notify: restart munin_node
tags:
- munin
@ -99,4 +98,3 @@
state: started
tags:
- munin