From db65b6ad49c7cdd8970ce591f4d1fdcbf34a649c Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 7 Jun 2013 19:55:34 +0000 Subject: [PATCH 1/3] 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 From 0c9bb3b7d2bbb18e6784a917220a27af4ddd6119 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 7 Jun 2013 19:58:48 +0000 Subject: [PATCH 2/3] make mirrorlist boxes include the collectd_apache module --- inventory/group_vars/mirrorlist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory/group_vars/mirrorlist b/inventory/group_vars/mirrorlist index 8ca012acf1..12a30fb452 100644 --- a/inventory/group_vars/mirrorlist +++ b/inventory/group_vars/mirrorlist @@ -15,4 +15,6 @@ install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size} # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file -tcp_ports: [ 80 ] \ No newline at end of file +tcp_ports: [ 80 ] +collectd_apache: true + From f4d53c758b9daeaf8c6b05afb7d584bb9e41e5ae Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 7 Jun 2013 20:01:17 +0000 Subject: [PATCH 3/3] need a comment in the mirrormanager.conf --- tasks/mirrorlist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/mirrorlist.yml b/tasks/mirrorlist.yml index f15196df9e..ad0fa6e114 100644 --- a/tasks/mirrorlist.yml +++ b/tasks/mirrorlist.yml @@ -26,7 +26,7 @@ # nuke mirrormanager.conf so that it doesn't start up - name: kill /etc/httpd/conf.d/mirrrormanager.conf - copy: content="blanked on purpose" dest=/etc/httpd/conf.d/mirrormanager.conf + copy: 'content="#blanked on purpose" dest=/etc/httpd/conf.d/mirrormanager.conf' notify: - restart apache tags: