Merge "Ensure that policy file has correct group/mode"

This commit is contained in:
Jenkins 2017-05-24 23:46:06 +00:00 committed by Gerrit Code Review
commit 23103d0d36
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@
copy:
src: "/etc/gnocchi/policy.json-{{ gnocchi_venv_tag }}"
dest: "/etc/gnocchi/policy.json"
owner: "root"
group: "{{ gnocchi_system_group_name }}"
mode: "0640"
remote_src: yes
- name: Start services