Hi,

On 11-09-06 11:11 AM, David Kavanagh wrote:
> I have a node def that refers to 2 classes like this;
> 
> node default {
>   class {
>     [ eucalyptus, eucalyptus::nc ]:
>   }
> }
> 
> 
> The 2nd "requires" the first class.
> 
> Now, I've added parameters to the 2nd class and would like to set
> values here. What is the appropriate way to do that?

Did you try to split the two classes up? e.g.:

class {
  'eucalyptus':
  'eucalyptus::nc':
     arg1 => value1,
}

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