Re: [Puppet Users] trouble with nodes.pp regex

2012-08-28 Thread Ramin K
On 8/28/2012 4:24 PM, Gregory Damiani wrote: Is it a case of single matching? That my host can only match one of those stanzas in nodes.pp? Yes. You get one match. http://docs.puppetlabs.com/puppet/2.7/reference/lang_node_definitions.html#regular-expression-names Ramin -- You received this

[Puppet Users] trouble with nodes.pp regex

2012-08-28 Thread Gregory Damiani
I'm having a bit of trouble figuring out how regex matching (and maybe inheritance?) are working in my nodes.pp file. I've got a host with the hostname "lms-www0-2x-qa.domain" 1) In my site.pp file I 'import nodes.pp' --> pretty sure that works 2) In my nodes.pp file, I have a default stanza --