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 {
>     include role::common
> }
> 
> nagios_server.pp:
> node 'mon01.us1.xxx.com' {
>     $node_env = "production"
>     include nagios::plugins
>     include nagios::server
> }
> 
> Puppet is finding the default on mon01.us1.xxx.com. If I comment out
> the lines in default.pp, it goes to mon01.us1.bitcasa.com. Shouldn't
> it use the default node last?
> 
> Doug.
> 

Not directly answering your question here, though I wanted to share this
with everyone. If you use a manifest to contain your node
classification, they should all be in the site.pp without an import
statement. Some time ago we saw a slow down around two orders of
magnitude by having to deal with a ton of files caused by one file per node.

-g

-- 
Garrett Honeycutt

206.414.8658
http://puppetlabs.com

-- 
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.

Reply via email to