On Tuesday, September 24, 2013 7:14:52 AM UTC-5, Rahul Khengare wrote:
>
> hi ch Huang, 
>    Here in this case you have to use parameterised class concept. Refer 
> http://docs.puppetlabs.com/guides/parameterized_classes.html for 
> parameterised classes concept.
> You can restructure your manifests to solve your issue.
>
> Refer following manifests, [...]
>
>
Do note, however, that although Rahul's code should produce the expected 
result for node 'bm', it does so by changing the result for *every* node.  
You don't need class parameters for that.  That could be remedied by a 
variation that drops node inheritance.  Keep your original declaration for 
the default node, and change node 'bm' to not inherit anything.  Make 
Rahul's parameterized-style declaration of class 'hadoop' the complete 
contents of node 'bm's declaration.  That should give you the desired 
result for node 'bm' without changing the original result on other nodes.


John

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to