Skip to content

Set database permissions to 0750#511

Merged
alexjfisher merged 1 commit intovoxpupuli:masterfrom
ekohl:database-permissions
Nov 8, 2018
Merged

Set database permissions to 0750#511
alexjfisher merged 1 commit intovoxpupuli:masterfrom
ekohl:database-permissions

Conversation

@ekohl
Copy link
Copy Markdown
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.
file { $dbpath:
ensure => directory,
mode => '0755',
mode => '0750',
Copy link
Copy Markdown
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
Copy Markdown
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