Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alertmanager: Fix config dir mode for ubuntu #655

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jsfrerot
Copy link

Make sure alertmanager group can reach the config on ubuntu.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Make sure alertmanager group can reach the config on ubuntu.
@kenyon kenyon changed the title Fix config dir mode for ubuntu alertmanager: Fix config dir mode for ubuntu Jul 12, 2023
@@ -189,6 +189,7 @@
ensure => 'directory',
owner => 'root',
group => $group,
mode => '0750',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not the more typical 0755?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants