Actually, the case I'm demonstrating is NOT covered in that FAQ.  The nodes
*only* set variables.  No includes happen until the final, selective node
(in this case "pslave1").    If you cannot set variables in nodes and have
them propagate to their children, then I submit that nodes are so
fundamentally broken as to make node inheritance completely useless, in
which case node inheritance should be pulled.

On Tue, May 11, 2010 at 7:58 AM, Joe McDonagh
<joseph.e.mcdon...@gmail.com>wrote:

>  On 05/11/2010 02:11 AM, Brian Gallew wrote:
>
> (vastly trimmed code)
> *manifests/site.pp:*
> import "base"
>
> *module/base/manifests/init.pp*:
> import "baselines/*.pp"
> import "infrastructures/*.pp"
> import "nodes.pp"
>
> *nodes.pp:
> *node 'pslave1' inherits rnc {
>   notice($my_puppet_master)
> }
>
>
> *infrastructures/geographical.pp:*
> node rnc inherits basenode {
>         $my_puppet_server = "puppetmaster"
> }
>
>
> And after all the, the notice emitted is empty.  My understanding is that
> node inheritance should bring "$my_puppet_master" into the scope of node
> pslave1, so the notice should ahve the right value.  I'm reasonably sure
> this worked correctly under Puppet 0.24.mumble, but the new 0.25.4 instance
> I'm working is seems to behave differently.  Should I file a bug report on
> this?
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-us...@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.
>
> This never worked, check out
> http://projects.puppetlabs.com/projects/puppet/wiki/Frequently_Asked_Questionsin
>  the Common Misconceptions area.
>
> --
> Joe McDonagh
> AIM: YoosingYoonickz
> IRC: joe-mac on freenode
> "When the going gets weird, the weird turn pro."
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com<puppet-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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.

Reply via email to