Skip to content
Snippets Groups Projects
Commit 6837c67e authored by jurgenhaas's avatar jurgenhaas
Browse files

#3 The two files can belong to root instead of netdata

parent 6b3a493d
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,6 @@
- name: "Include NetData to Boot-List"
command: update-rc.d netdata defaults
- name: "Start NetData"
service:
name='netdata'
state='started'
- name: "Re-start NetData"
service:
name='netdata'
......
......@@ -51,7 +51,7 @@
mode=755
notify:
- "Include NetData to Boot-List"
- "Start NetData"
- "Re-start NetData"
- name: "Install logrotate script"
template:
......@@ -79,8 +79,8 @@
template:
src='python.d.conf'
dest='/etc/netdata/python.d.conf'
owner='netdata'
group='netdata'
owner='root'
group='root'
mode=644
notify:
- "Re-start NetData"
......@@ -89,8 +89,8 @@
template:
src='{{ item }}.conf'
dest='/etc/netdata/python.d/{{ item }}.conf'
owner='netdata'
group='netdata'
owner='root'
group='root'
mode=644
with_items:
- 'mysql'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment