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

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