Re: [Puppet Users] Debugging errors with external nodes

2010-08-21 Thread Douglas Garstang
On Sat, Aug 21, 2010 at 4:19 PM, Jeff McCune wrote: > On Sat, Aug 21, 2010 at 3:59 PM, Douglas Garstang > wrote: >> My site.pp: >> >> node default { >> } > > Your empty node classification is entirely consistent with the terse > agent output you pasted. That's not what is happening. It is findin

Re: [Puppet Users] Debugging errors with external nodes

2010-08-21 Thread Jeff McCune
On Sat, Aug 21, 2010 at 3:59 PM, Douglas Garstang wrote: > My site.pp: > > node default { > } Your empty node classification is entirely consistent with the terse agent output you pasted. On Fri, Aug 20, 2010 at 5:06 PM, Douglas Garstang wrote: > Aug 21 00:04:09 app01 puppet-agent[5975]: Starti

Re: [Puppet Users] Debugging errors with external nodes

2010-08-21 Thread Douglas Garstang
My site.pp: # /etc/puppet/manifests/site.pp import "definitions/*.pp" import "modules/*.pp" import "nodes/pax/*.pp" #import "nodes/den/*.pp" # The filebucket option allows for file backups to the server filebucket { main: server => 'puppet' } # Set global defaults - including backing up all fil

Re: [Puppet Users] Debugging errors with external nodes

2010-08-20 Thread Jeff McCune
On Aug 20, 2010, at 5:06 PM, Douglas Garstang wrote: > > When I create a default node, the client logs: > > Aug 21 00:04:09 app01 puppet-agent[5975]: Starting Puppet client version 2.6.0 > Aug 21 00:04:10 app01 puppet-agent[5975]: Finished catalog run in 0.01 seconds > > which doesn't really

Re: [Puppet Users] Debugging errors with external nodes

2010-08-20 Thread Douglas Garstang
On Fri, Aug 20, 2010 at 4:09 PM, Christopher Johnston wrote: > Do you have a defaut node in nodes.pp? > > Sent from my iPhone > > On Aug 20, 2010, at 5:18 PM, Douglas Garstang wrote: > >> How do I debug errors with external nodes? When my client connects, >> the following appears on the puppetmas

Re: [Puppet Users] Debugging errors with external nodes

2010-08-20 Thread Christopher Johnston
Do you have a defaut node in nodes.pp? Sent from my iPhone On Aug 20, 2010, at 5:18 PM, Douglas Garstang wrote: > How do I debug errors with external nodes? When my client connects, > the following appears on the puppetmaster when running in debug mode. > It's not feasible to always be runnin

[Puppet Users] Debugging errors with external nodes

2010-08-20 Thread Douglas Garstang
How do I debug errors with external nodes? When my client connects, the following appears on the puppetmaster when running in debug mode. It's not feasible to always be running the pupeptmaster in debug mode. debug: importing '/etc/puppet/modules/yum/manifests/client.pp' in environment production