On Wed, May 30, 2012 at 12:37 PM, Ryan Bowlby <rbowlb...@gmail.com> wrote:
> Hi All,

Hi!

>
> Is there a way to override the value of a parameter to a declared
> class within my base class. My nodes use a base class that
> occasionally need to be changed. Example:

Yes, there are several ways. One common way is to inherit the class
that has the resources you want to modify into a new class and then
override the resources.

I'd suggest you learn more about that and see if it meets your needs:
http://docs.puppetlabs.com/guides/language_guide.html#resource-collections

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