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

fix directory permissions and some quotes in manifests/config.pp #316

Merged
merged 2 commits into from
Mar 11, 2016

Conversation

n0wi
Copy link
Contributor

@n0wi n0wi commented Mar 10, 2016

No description provided.

@@ -16,7 +16,7 @@
ensure => directory,
owner => 0,
group => 0,
mode => '0664',
mode => '0775',
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks! It looks like there are some tests that actually verify that the resource mode is 664, so if you could update the tests that would be great!

Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't puppet still create the directory with 0775?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yep, which is why it works even with '0664' but it'd be nice for the mode to actually be accurate.

hunner added a commit that referenced this pull request Mar 11, 2016
fix directory permissions and some quotes in manifests/config.pp
@hunner hunner merged commit 9fe81d9 into puppetlabs:master Mar 11, 2016
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.

3 participants