Re: [Puppet Users] getting started with puppet: overriding roles

2010-05-24 Thread Dan Bode
On Fri, May 21, 2010 at 4:32 PM, andreash wrote: > hi there, > > i'm not sure as to how to call the subject of this post, as i'm > totally new to puppet -- so please forgive me if this is > misleading ... > > for my servers, i'm planning to do something like this (pseudo-code): > > class (?) base

Re: [Puppet Users] getting started with puppet: overriding roles

2010-05-24 Thread Silviu Paragina
On 22.05.2010 02:32, andreash wrote: hi there, i'm not sure as to how to call the subject of this post, as i'm totally new to puppet -- so please forgive me if this is misleading ... for my servers, i'm planning to do something like this (pseudo-code): class (?) base-config: include ntp::

Re: [Puppet Users] getting started with puppet: overriding roles

2010-05-21 Thread Daniel Pittman
andreash writes: > i'm not sure as to how to call the subject of this post, as i'm totally new > to puppet -- so please forgive me if this is misleading ... > > for my servers, i'm planning to do something like this (pseudo-code): > > class (?) base-config: > include ntp::client > include

[Puppet Users] getting started with puppet: overriding roles

2010-05-21 Thread andreash
hi there, i'm not sure as to how to call the subject of this post, as i'm totally new to puppet -- so please forgive me if this is misleading ... for my servers, i'm planning to do something like this (pseudo-code): class (?) base-config: include ntp::client include resolver ... all