On 07/19/2011 09:50 AM, rvlinden wrote:
Can somebody explain me what I am doing wrong here ? or what I have
missed ?
WHy does the apache params 'see' the variable frmo the node config and
the users params not ?

bad news: your apache class relies on dynamically scoped variables.
When dyn. scope goes away your apache class will break, too.
The solution to both is to pass in your variables in the argument list
to a define or parameterized class.

What might work for you immediately is to include users::params
in the node before including funcusers.

--
vagn

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