Node inheritance does not work like class inheritance.
http://docs.puppetlabs.com/puppet/3/reference/lang_node_definitions.html#inheritance
"Nodes can inherit from other nodes using the inherits keyword. Inheritance
works identically to class inheritance. This feature is not recommended; see
the
Hi Guys,
I'd like to have some default values which are used in templates to be
inherited from the basenode hosts.
I tried, but I can't get it to work. This is my setup:
Currently, I'm trying to do something like this:
node basenode {
include ntp
include postfix
inclu