You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python::pip has an umask parameter (without a default) and uses this umask for the exec
python::pyenv has no umask parameter and uses no umask for the exec (only the default)
I am not a big fan of defaults like umask for exec.
The problem: The define is called e.g. from another module. If the default for exec-umask is set here, too...
I would recommend to:
remove the exec default from init.pp (has no effect) but keep the umask parameter
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
I think this would resolve the issue:
(According to https://www.puppet.com/docs/puppet/7/lang_defaults.html)
The text was updated successfully, but these errors were encountered: