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

Add umask parameter to pip execs #368

Merged
merged 1 commit into from
May 13, 2018
Merged

Conversation

jstaph
Copy link
Contributor

@jstaph jstaph commented Apr 22, 2017

I recently ran into an issue with a puppet server running under a CIS hardened configuration, where the umask of the server was set rather aggressively. Without the umask parameter, pip installations inherit the server's umask, which may, or may not, allow the installed egg to function correctly.

This change simply adds optional control of the umask to pip.pp

@bastelfreak bastelfreak added the enhancement New feature or request label May 13, 2018
@bastelfreak
Copy link
Member

I rebased against master

@bastelfreak bastelfreak merged commit 0ab2afe into voxpupuli:master May 13, 2018
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