set explicit user, group, and mode on the config files to match the
default packaged configs
This commit is contained in:
parent
8e2edfe659
commit
c7647dd3bf
@ -8,4 +8,7 @@ munin_master_config:
|
||||
- name: {{ munin_master.config }}
|
||||
- source: {{ munin_master.config_src }}
|
||||
- template: jinja
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 644
|
||||
|
||||
|
@ -8,5 +8,8 @@ munin_node_config:
|
||||
- name: {{ munin_node.config }}
|
||||
- source: {{ munin_node.config_src }}
|
||||
- template: jinja
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 644
|
||||
- watch_in:
|
||||
- service: munin_node
|
||||
|
Loading…
Reference in New Issue
Block a user