joshbeard / puppet-crowd

Puppet module for managing Atlassian Crowd
Apache License 2.0
2 stars 12 forks source link

Make compatible with umask 027 #19

Closed stefanbethke closed 7 years ago

stefanbethke commented 7 years ago

Our machines py policy run with a default umask of 027; when files and directories are created by Puppet without specifying a mode explicitly, this usually leads to files not being accessible.

Explicitly setting user and group here makes sure the file is readable by staging::extract even when umask is set to 027.

joshbeard commented 7 years ago

Thanks!

stefanbethke commented 7 years ago

Thanks! Do you plan to release anytime soon? I'd love to get rid of my local fork.