Fixed the user and group owners for some munin master files

This commit is contained in:
Gregory Ballantine 2018-03-31 21:08:42 -04:00
parent b2f661cdb8
commit 3860426651
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -8,16 +8,16 @@ cron_service:
file.managed:
- name: {{ munin_master.cron_service }}
- source: salt://munin/files/Arch/munin-cron.service
- user: root
- group: root
- user: {{ munin_master.file_user }}
- group: {{ munin_master.file_group }}
- mode: 644
cron_timer:
file.managed:
- name: {{ munin_master.cron_timer }}
- source: salt://munin/files/Arch/munin-cron.timer
- user: root
- group: root
- user: {{ munin_master.file_user }}
- group: {{ munin_master.file_group }}
- mode: 644
munin-cron.timer: