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 }} - name: {{ munin_master.config }}
- source: {{ munin_master.config_src }} - source: {{ munin_master.config_src }}
- template: jinja - template: jinja
- user: root - user: {{ munin_master.file_user }}
- group: root - group: {{ munin_master.file_group }}
- mode: 644 - mode: 644

View File

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