Issue #4008 has been updated by David Schmitt.

I've found the cause for this behaviour.

In my case, I've had the following structure:

Group: Base Settings
Group: Servers inherits Base Settings
Group: Regional Settings
Group: Vienna Settings inherits Regional Settings
Group: VMWare

Node: someserver is member of Servers, Vienna Settings, VMWare

Only parameters from some groups where applied.

I fixed this by removing the first line of 
app/models/nore.rb#compile_parameters. This recursive function memoizes (assing 
to @compiled_parameters) it's output before finishing the recursion and thus 
"aborts" in mid-run.
----------------------------------------
Bug #4008: Group variables don't 'inherit'
http://projects.puppetlabs.com/issues/4008

Author: Stefan Goethals
Status: Accepted
Priority: Normal
Assigned to: Rein Henrichs
Category: 
Target version: 1.1
Keywords: 
Branch: 
Affected URL: 


Situation

Group A
 Var_a = a

Group B
 Inherited Groups = A

Node C
 Inherited Groups = B

Problem : Var_a is not visible in the interface and is not in the yaml




-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to