On Dec 6, 2010, at 12:54 PM, Eric Snow wrote: > Here is the error I get: > > err: //.../File[/root/.bash_profile]: Failed to retrieve current state > of resource: Could not retrieve information from source(s) > puppet:///modules/bash/bash_profile at ... > > However, the file is there: > > # ll /usr/share/puppet/development/app_modules/bash/files/bash_profile > -rw-r--r-- 1 root root 402 Nov 24 05:52 /usr/share/puppet/development/ > app_modules/bash/files/bash_profile > > Here is my modulepath for my development environment: > > modulepath = /usr/share/puppet/development/app_modules:/usr/share/ > puppet/development/hosttype_modules:/usr/share/puppet/development/ > other_modules > > The modulepath is working fine, but I am wondering if it is impacting > the lookup for the file serving stuff. I tried finding where the > puppetmaster actually looks for the file but got lost in all the > puppet code. Thanks.
I've seen this error is the user puppet can't read /usr/share/puppet/development/app_modules/bash/files/bash_profile because of permissions on folders in the path. Are "bash" and "files" one of these? (Or something more permissive) -rwxr-x--- 1 root puppet -rwxr-xr-x 1 root root -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.