Increase file permissions on config.js

It is possible for the config file to contain API keys, remove world
readable by default.

Change-Id: I85f9345d8c716b98f2aecdd71b711854192835e4
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-03-18 11:53:45 -04:00
parent 1bc912101b
commit 7b7c08797f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ statsd_user_home: /var/lib/statsd
statsd_file_config_js_dest: /etc/statsd/config.js statsd_file_config_js_dest: /etc/statsd/config.js
statsd_file_config_js_group: "{{ statsd_user_group }}" statsd_file_config_js_group: "{{ statsd_user_group }}"
statsd_file_config_js_mode: 0755 statsd_file_config_js_mode: 0640
statsd_file_config_js_owner: "{{ statsd_user_name }}" statsd_file_config_js_owner: "{{ statsd_user_name }}"
statsd_file_config_js_src: etc/statsd/config.js statsd_file_config_js_src: etc/statsd/config.js