[Puppet Users] Re: Could not find default node or by name

2013-06-13 Thread espeake97
I am having the same issue. The node it says it can't find is my puppet master. when I apply the manifests on my puppet master it says cannot find the name of my puppet master. Really weird. Eric On Thursday, November 4, 2010 7:57:11 AM UTC-5, theirpuppet wrote: > > On Nov 4, 12:03 pm, Felix

[Puppet Users] Re: Could not find default node or by name with 'ip-10-195-207-236.ec2.internal, ip-10-195-207-236.ec2, ip-10-195-207-236' on node ip-10-195-207-236.ec2.internal

2012-11-29 Thread jcbollinger
On Wednesday, November 28, 2012 11:22:31 PM UTC-6, krishna bhaskara rao wrote: > > Hi, > > I am new to puppet. I have configured puppet master and agent. > > 1. Executed this "*puppetca --sign ip-10-194-18-145.ec2.internal*" > command in puppet master instance. It returns an output like > *

[Puppet Users] Re: Could not find default node or by name

2010-11-04 Thread theirpuppet
On Nov 4, 12:03 pm, Felix Frank wrote: > > > This is not a network or name resolution issue; your manifest contains > no node definition that fits your client machine. > > Regards, > Felix Felix, holy cow! All that effort and it was a typo. I use a regex to group my nodes and I typo'ed on the dom

[Puppet Users] Re: Could not find default node or by name

2010-08-17 Thread TonyR
Thank you. On Aug 17, 12:02 am, denmat wrote: > Could not find default node or by name with 'free30.test.com, > free30.test, free30' on node free30.test.com > > DNS? Change your node to description to: > > node 'free30' inherits basenode { > > } > > make sure that the puppet master can resolve it

[Puppet Users] Re: Could not find default node or by name

2010-08-16 Thread denmat
Could not find default node or by name with 'free30.test.com, free30.test, free30' on node free30.test.com DNS? Change your node to description to: node 'free30' inherits basenode { } make sure that the puppet master can resolve it. On Aug 17, 6:30 am, bmort wrote: > I have this working on 2