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

Set database permissions to 0750 #511

Merged
merged 1 commit into from
Nov 8, 2018

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Oct 20, 2018

This matches the package in EPEL and should provide secure defaults.

This matches the package in EPEL and should provide secure defaults.
@@ -122,7 +122,7 @@

file { $dbpath:
ensure => directory,
mode => '0755',
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.

Could this be 0640 and recurse => true to get rid of the exec below?

Copy link
Member Author

Choose a reason for hiding this comment

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

The exec is hidden behind a boolean. Maybe, but I don't know for sure.

@alexjfisher alexjfisher merged commit dbbfb88 into voxpupuli:master Nov 8, 2018
buchstabensalat pushed a commit to pecharmin/puppet-mongodb that referenced this pull request Nov 29, 2018
@ekohl ekohl deleted the database-permissions branch May 21, 2019 12:47
@ekohl ekohl added the enhancement New feature or request label May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants