Hi Daniel,

> Can you verify that works for you?  Obviously, change my node name
> to your test node name; I just wrote that to test.pp and ran 'puppet
> test.pp' to verify. :)

I copied the class and node to a file test.pp and run 'puppet test.pp'
which successfully displayed the notice.

The mechanism of parameterized classes works on the system. So I have to
look at my module definition what makes puppet think that the parameters
are not defined.

Is it possible, that parameterized classes with class inheritance and
nested classes might be the problem? The class with parameters is the
base class of three other classes, that should be assigned to a node.

class base($param1, $param2) {
    ...
}

class base {
class first inherits base {
}
}

Best regards
Sebastian
-- 
*Sebastian Hempel*
Veilchenweg 4 · 95195 Röslau · Germany
eMail: sebast...@hempel-roeslau.de

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