On 02/15/2011 05:32 PM, rredeno2 wrote: > I'm rather new to puppet and I've been trying to get a module to work > on the client servers. Right now I'm trying to get > http://forge.puppetlabs.com/ghoneycutt/pam to run. When I try to run > it I get these two errors: > > err: //pam/File[/etc/pam.d/sshd]: Failed to retrieve current state of > resource: Could not retrieve information from source(s) > puppet:///modules/pam/Ubuntu/sshd at /etc/puppet/modules/pam/manifests/ > init.pp:19 > err: //pam/File[/etc/pam.d/login]: Failed to retrieve current state of > resource: Could not retrieve information from source(s) > puppet:///modules/pam/Ubuntu/login at /etc/puppet/modules/pam/ > manifests/init.pp:19
Hi, is that really the error message? It seems to be missing a component to me. I do see where the error originates in the manifest, but the part specifying what the non-working source actually *is* doesn't appear... That may just be me being stuck with 0.25.5 atm, but if the error logging has been cropped of this bit of info, that would be a regression imo. Please double-check the error message and repost if necessary. Cheers, Felix > I am pretty sure that it is something that I haven't configured yet; I > have changed my fileserver.conf file to try and fix it, but nothing > seems to work, and I am still new enough that I'm not sure what to > change to fix this. Right now it's: > > # fileserver.conf > [files] > path /etc/puppet/manifests > allow *.domain.local > allow IP ADDR > > [modules] > allow *.domain.local > allow IP ADDR > > [plugins] > allow *.domain.local > allow IP ADDR > > Also, as of now I have Puppet doing very little (other than trying to > get this pam module to work I'm using it to manage the /etc/hosts > file), and I think that my biggest problem is that something isn't > configured the right way, or I am forgetting to add something. Any > insight to what I'm doing wrong is greatly appreciated. Thanks! > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.