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