Re: [Puppet Users] Default node

2012-08-17 Thread Douglas Garstang
Totally lost. On Fri, Aug 17, 2012 at 5:47 PM, Stuart Cracraft wrote: > Doug: I hope you are wrong about that as it would be a bad non-explicit, very > Ruby-like choice of indirectness > for controlling and detailing what should be plain-and-simple and Iowa-like. > > Stuart > > On Aug 17, 2012,

Re: [Puppet Users] Default node

2012-08-17 Thread Stuart Cracraft
Doug: I hope you are wrong about that as it would be a bad non-explicit, very Ruby-like choice of indirectness for controlling and detailing what should be plain-and-simple and Iowa-like. Stuart On Aug 17, 2012, at 2:27 PM, Douglas Garstang wrote: > Seems like nodes are matching the default no

Re: [Puppet Users] Default node

2012-08-17 Thread Garrett Honeycutt
On 8/17/12 2:27 PM, Douglas Garstang wrote: > Seems like nodes are matching the default node before they are > matching the more specific nodes. My site.pp has: > > include "nodes/*.pp" > > In the nodes directory are two files, default.pp and nagios_server.pp. > > default.pp: > node default { >

[Puppet Users] Default node

2012-08-17 Thread Douglas Garstang
Seems like nodes are matching the default node before they are matching the more specific nodes. My site.pp has: include "nodes/*.pp" In the nodes directory are two files, default.pp and nagios_server.pp. default.pp: node default { include role::common } nagios_server.pp: node 'mon01.us1.xx