On Thu, Jun 25, 2009 at 1:12 AM, Kenneth Holter<kenneho....@gmail.com> wrote:
> Hi all.
>
>
> I'm running puppet 0.24.4, and have the following issue: I have a base node
> which more or less every linux server inherits. In the base node I've
> defined a default NTP client configuration, but now I've come across a
> couple of nodes that need a different configuration. So what I need to do on
> these particular nodes are, as far as I know, one of these things:
> 1) Find a way to override the NTP configuration defined in the base node
> 2) Make sure they don't inherit the base node, so that I can define a
> different NTP configuration here
>
> So is there a way to override a configration defined in the base node (i.e.
> the inherited node)?
>
>
One thing might be to change the inherit to an include on the nodes
that need special stuff. That way you can use variables to override
default setting in the ntp module. There is an ongoing thread on this
right now "Server Hierarchies and other configuration questions"

Evan

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