set explicit user, group, and mode on the config files to match the

default packaged configs
This commit is contained in:
Kenny Do
2014-01-05 01:28:55 -08:00
parent 8e2edfe659
commit c7647dd3bf
2 changed files with 6 additions and 0 deletions

View File

@ -8,4 +8,7 @@ munin_master_config:
- name: {{ munin_master.config }}
- source: {{ munin_master.config_src }}
- template: jinja
- user: root
- group: root
- mode: 644