Merge pull request 'Modify the permissions of the `Prometheus` directory.' (#21) from change-permissions-for-prometheus into main

Reviewed-on: #21
This commit is contained in:
Kazuhiro MUSASHI 2024-04-07 13:49:33 +00:00
commit a514509f4b
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