Fix a todo in the collectd role for bind stats

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2016-06-30 09:05:34 +00:00
parent d151311e13
commit 80ccef429e
3 changed files with 9 additions and 2 deletions

View file

@ -156,8 +156,6 @@
# each of the below should move to a separate task list
# since they are odd-balls and one-offs
# bind - localhost only - ns servers only
# fedmsg - busgateway## only
# add /usr/share/collectd/fedmsg-types.db

View file

@ -0,0 +1,9 @@
---
- name: Copy in /etc/collectd.d/bind.conf
copy: >
src=bind.conf
dest=/etc/collectd.d/bind.conf
tags:
- collectd
notify: restart collectd