Hi,

I currently have puppet setup and backed into the dashboard and using ENC. 

I wish to control as much of the configuration of machines via the 
dashboard. 

However, I have a requirement to call a module/class multiple times and was 
wondering if this is possible? in a normal manifest I'd do this with the 
following:

node "somenode" {
  somemodule::submodule { "first": key => 'value'; "second": key => 'value' 
} 
}

How can i do that with the dashboard? It seems to me that 
class definitions need to include the ability to define variables  So I 
could create multiple classes calling the same modules with each different 
values and then include them in a group, and then include that group to the 
host? But the dashboard doesn't appear to support this? Does this mean I 
need to define it outside of the dashboard? How can I do this if i'm using 
ENC?



-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/fzM0XYoY2IAJ.
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