Issue #11014 has been updated by Josh Cooper. Status changed from Unreviewed to Needs More Information Assignee set to Michael Stahnke
Hey Michael, I can't reproduce this issue. Within my modules directory I have a symlink to my module: <pre> $ ls -la ~/scratch/master/filebucket/modules/foo lrwxr-xr-x 1 josh staff 19B Dec 12 20:59 /Users/josh/scratch/master/filebucket/modules/foo@ -> /Users/josh/tmp/foo </pre> The permissions on the link target are: <pre> $ ls -la ~/tmp/foo/ drwxr-xr-x 3 josh staff 102B Dec 12 20:59 ./ </pre> Are you sure the puppet master user had the correct permission on the link and link target? ---------------------------------------- Bug #11014: Puppet Master uanble to find module if the directory is a symlink https://projects.puppetlabs.com/issues/11014 Author: Michael Stahnke Status: Needs More Information Priority: Normal Assignee: Michael Stahnke Category: server Target version: Affected Puppet version: 2.7.6 Keywords: Branch: During development of a module, I had a git checkout in my home directory and symlinked it into /etc/puppet/modules. Then I classified the output via dashboard. I found that Puppet Master would not find the class/module since the module was a symlink. I searched other tickets and didn't see this already filed, but it very well could be. Testing on 2.7.6. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
