Bug #15795
closedImport of puppet module fails when using restrictive umask on the satellite server
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1197802
Description of problem: Import of puppet modules fails when using an restrictive umask (0077) on the satellite 6 server.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. set umask to 0077
2. katello-service restart
3. create CV and add puppet modules to it
4. promote the CV
5. no new modules appears under Configure => Puppet Classes in the web UI
6. Listing /etc/puppet/environments/KT_CV_name_environment_X/modules
will show that the permission on the module dir's is set to apache:apache and 700
Actual results:
Expected results:
Permission on module dir's should be set to apache:foreman-proxy and 750 even though an restrictive umask is used.
Additional info: