not just masterful at typos. I am the KING of the typos
This commit is contained in:
parent
24f965de22
commit
db65b6ad49
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue