Re: [Puppet Users] Node definitions in 3.6 directory environments

2014-05-19 Thread Henrik Lindberg
On 2014-19-05 10:05, Paul Seymour wrote: Hello, Could I ask for a little clarification over node definitions in 3.6+ and directory environments please. On our 2.7 masters we have an /etc/puppet/manifests/site.pp with some defaults within it. import "nodes/*.pp" filebucket { 'main': server

[Puppet Users] Node definitions in 3.6 directory environments

2014-05-19 Thread Paul Seymour
Hello, Could I ask for a little clarification over node definitions in 3.6+ and directory environments please. On our 2.7 masters we have an /etc/puppet/manifests/site.pp with some defaults within it. import "nodes/*.pp" filebucket { 'main': server => 'puppet.dev', path => false, } Fil

[Puppet Users] node definitions

2011-09-08 Thread Bjorge Solli
Hi, is it possible to let a node definition supersede another if there are two node definitions that match the sertname? node /.*\.klientdrift\.uib\.no$/ inherits client {} node puppettestmachine.klientdrift.uib.no inherits client {} node puppetdevmachine.klientdrift.uib.no inherits client {} I