On Friday, August 17, 2012 4:27:00 PM UTC-5, Douglas wrote: > > Seems like nodes are matching the default node before they are > matching the more specific nodes. My site.pp has: > > include "nodes/*.pp" >
Do you mean "import" where you wrote "include"? Because "import" is what you should be using for this purpose. > > 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? > Generally speaking, yes, it should. If you're really using "include" instead of "import", however, then I'm a bit surprised that it even compiles. If you're using "import" then nothing you posted explains the (mis)behavior you describe. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/a93sb4TlQlsJ. 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.