[Puppet Users] Puppetd fails to run, returns error: undefined method "fact_merge"

2010-10-14 Thread Phil Plante
Hello, I have puppet setup on 8 nodes with 1 puppetmaster server. So far 7 of the 8 nodes have performed flawlessly, 1 is currently failing with the following error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: undefined method `fact_merge' for nil:NilClass warning:

[Puppet Users] Changed hostname, puppet still uses old one

2010-11-03 Thread Phil Plante
Recently I changed the hostnames on some of our machines to make them more descriptive of what the machine does. However puppet still uses the old hostnames when executing and sending reports back. We went from: mongo0-14 to posts0-14. How can I get puppet to use these new names? -- You receiv

[Puppet Users] Re: Changed hostname, puppet still uses old one

2010-11-03 Thread Phil Plante
I fixed it by revoking all of the old certs, thought I had already. On Nov 4, 12:15 am, Patrick wrote: > On Nov 3, 2010, at 9:39 PM, Phil Plante wrote: > > > Recently I changed the hostnames on some of our machines to make them > > more descriptive of what the machine does.  Ho