Modify the permissions of the `Prometheus` directory.

This commit is contained in:
Kazuhiro MUSASHI 2024-04-07 22:46:58 +09:00
parent 63a8f3fb94
commit bd3515ecc9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ end
directory d do
owner 'prometheus'
group 'prometheus'
mode '0744'
mode '0755'
end
end