From db65b6ad49c7cdd8970ce591f4d1fdcbf34a649c Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 7 Jun 2013 19:55:34 +0000 Subject: [PATCH] not just masterful at typos. I am the KING of the typos --- tasks/collectd/client.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/collectd/client.yml b/tasks/collectd/client.yml index 7cd8238fbe..73395e3567 100644 --- a/tasks/collectd/client.yml +++ b/tasks/collectd/client.yml @@ -16,8 +16,8 @@ - restart collectd # install collectd-network config -- name: /etc/collectd.d/nework.conf - copy: src=$files/collectd/network-client.conf dest=/etc/collectd/network.conf +- name: /etc/collectd.d/network.conf + copy: src=$files/collectd/network-client.conf dest=/etc/collectd.d/network.conf notify: - restart collectd @@ -29,7 +29,7 @@ when_set: $collectd_apache - name: /etc/collectd/apache.conf - copy: src=$files/collectd/apache.conf dest=/etc/collectd/apache.conf + copy: src=$files/collectd/apache.conf dest=/etc/collectd.d/apache.conf notify: - restart collectd when_set: $collectd_apache