Modify the permissions of the `Prometheus` directory.

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

View File

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