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
The umask used while running puppet module build is used in the tarball and can mean that the installed files are unreadable by the puppet user if installed by root. There should be some sort of rake task to ensure that the module is built with the right umask.
The text was updated successfully, but these errors were encountered:
My umask is 0077 and the puppet module tool doesn't normalize permissions or the file owner, which is less than ideal. I have a new tool to ensure that permissions are sane on the module, I just need to do another release.
The umask used while running
puppet module build
is used in the tarball and can mean that the installed files are unreadable by the puppet user if installed by root. There should be some sort of rake task to ensure that the module is built with the right umask.The text was updated successfully, but these errors were encountered: