1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-20 04:16:04 +02:00

prometheus: restore conf.d/prometheus default perm

No reason this should be 0600 as it doesn't contain any sensitive data;
switch it back to the package's default permissions of 0644.
This commit is contained in:
Evangelos Foutras 2022-11-12 20:40:54 +02:00
parent dba7a2a950
commit 9d8146c844
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -6,7 +6,7 @@
notify: Reload prometheus
- name: Install prometheus cli configuration
template: src=prometheus.conf.j2 dest=/etc/conf.d/prometheus owner=root group=root mode=600
template: src=prometheus.conf.j2 dest=/etc/conf.d/prometheus owner=root group=root mode=644
notify: Reload prometheus
- name: Install prometheus web-config configuration