Hello,
 
I've added an extra rake task (node:listfull) to node.rake which displays 
the nodes (all or by match) with defined groups & classes on it, like;
Nodename = <node>
Groups      = <group1>,<group2>,<group3>
Classes     = <class1>,<class2>,<class3>
 
For groups I use;
NodeGroup.find(node.node_groups).each do |nodegroup|
and classes;
 
NodeClass.find(node.node_classes).each do |nodeclass|
But now I also want to display the parameters defined on a node, how would 
I do that, could not find it (yet) in any other rake task.
 
Stefan

-- 
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/-/Z6vcopoPWBwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to