Jared Curtis
2012-Nov-03 00:43 UTC
[Puppet Users] Overriding settings from puppetlabs-apache
I''ve been using the puppetlabs-apache module and I find it very complete and useful. But I ran into an issue today. I have a new system that''s running a customized version of Redhat and a using custom RPM of Apache. I need to override the settings held in apache::params, to adjust some paths and package names, any way to do this short of modifying the file directly? -- 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/-/qfoFHUmnKXEJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Ryan Coleman
2012-Nov-03 21:01 UTC
Re: [Puppet Users] Overriding settings from puppetlabs-apache
On Fri, Nov 2, 2012 at 5:43 PM, Jared Curtis <jared@shift-e.info> wrote:> I''ve been using the puppetlabs-apache module and I find it very complete > and useful. But I ran into an issue today. I have a new system that''s > running a customized version of Redhat and a using custom RPM of Apache. I > need to override the settings held in apache::params, to adjust some paths > and package names, any way to do this short of modifying the file directly? >Try messing around with class inheritance. http://docs.puppetlabs.com/puppet/3/reference/lang_classes.html#inheritanceHTH -- Ryan Coleman | Modules & Forge | @ryanycoleman | ryancoleman in #puppet -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.