Modify the permissions of the Prometheus directory. #21

Merged
kazu634 merged 1 commits from change-permissions-for-prometheus into main 2024-04-07 13:49:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f61d1aa2ed - Show all commits

View File

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