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:
parent
1bc912101b
commit
7b7c08797f
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user