Hello,

I am new to using the puppet dashboard. Some of my mondules require
variables to be passed to them from the node.

So for example. I have a networking module that needs the following
passed to it:

$ipaddress = '192.168.0.2'
$gateway = '192.168.0.1'
$hostname = 'testbox'
$nenviron = 'mgmt'
$hostname2 = 'testbox2'

Normally it would look like this in my node file:

node 'myhost.mydomain.com' {
      $ipaddress = '192.168.0.2'
      $gateway = '192.168.0.1'
      $hostname = 'testbox'
      $nenviron = 'mgmt'
      $hostname2 = 'testbox2'


}

I am trying to get away from manually editing the node file and am
using the puppet dashboard. So I can add my modules fine and they work
if I manually edit my nodes file but if I add the node through the
dashboard and set my classes I don't see a way to specify variables.
Is there anyway that I could get the same values that I would normally
put into my node file into the puppet dashboard?

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