On 2010-06-15 21:17, donavan wrote:
> On Jun 14, 11:07 pm, Gabriel Filion <lelu...@gmail.com> wrote:
>> Interesting. I'll try this out in the next few days and give you
>> feedback on whether this workaround does the job.
> 
> If you use a variable, like $nagios_hostgroups, you may also need to
> specify the namespace. As an example ${nagios::nagios_hostgroups}
> provides a way to access your variable from any other class. Don't
> recall how that works with templates though.
> 

The trick with the template did the job for transforming an array into a
comma-separated string.

However, concatenating groups with "$nagios_hostgroups += ['something']"
in each included class is too restrictive: because of the scope of
variables, I never get the entire list during the call to the define
that exports the "nagios_host" resource. Also, with qualified variable
names, I cannot modify the value in higher scopes.

I've tried figuring out virtual resources but they don't seem to be of
any help here either for simple arrays..

Any other ideas of how to acumulate values in an array for the entire node?

-- 
Gabriel Filion

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