Thanks to both for your replies.
I'll take a look and come back with my decision.
Cheers,
Arnau
--~--~-~--~~~---~--~~
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
Mike Renfro wrote:
> On 1/22/2009 10:42 AM, Arnau Bria wrote:
>
>> Then adding a noe is just adding a new line to a file...
>> I'll manage about 100-120 hosts...1
>
> I manage about 90 with the 'node "node1", "node2", "node3" {}' method,
> but my groupings are pretty static. Entered them once,
On 1/22/2009 10:42 AM, Arnau Bria wrote:
> Then adding a noe is just adding a new line to a file...
> I'll manage about 100-120 hosts...1
I manage about 90 with the 'node "node1", "node2", "node3" {}' method,
but my groupings are pretty static. Entered them once, and haven't
thought about it m
On Thu, 22 Jan 2009 10:32:14 -0600
Mike Renfro wrote:
>
> On 1/22/2009 10:11 AM, Arnau Bria wrote:
>
> > Yep, I was thinking of inherits, but I'll have to control host group
> > like:
> > node "nodeA" "nodeB" {
> > }
> >
> > which is what I'm trying to not use.
>
> Your original concept used
On 1/22/2009 10:11 AM, Arnau Bria wrote:
> Yep, I was thinking of inherits, but I'll have to control host group
> like:
> node "nodeA" "nodeB" {
> }
>
> which is what I'm trying to not use.
Your original concept used something like
WN_A {
td234.pic.es
}
WN_B {
td065.pic.es
On Thu, 22 Jan 2009 08:16:48 -0700
Zach Buckholz wrote:
>
>
> Has anyone put together a puppet proposal for deploying puppet in your
> environment?
I don't understand you, sorry.
> Zach
Arnau
--~--~-~--~~~---~--~~
You received this message because you are sub
On Thu, 22 Jan 2009 09:34:11 -0600
Mike Renfro wrote:
>
> On 1/22/2009 9:10 AM, Arnau Bria wrote:
>
> > Is there ant way for grouping node in nodes.pp?
>
> The following should work for what you described. I use a similar
> model to have a parent class for all compute cluster nodes, and then
On 1/22/2009 9:10 AM, Arnau Bria wrote:
> Is there ant way for grouping node in nodes.pp?
The following should work for what you described. I use a similar model
to have a parent class for all compute cluster nodes, and then child
classes for each group of nodes that needs a slightly differen
Has anyone put together a puppet proposal for deploying puppet in your
environment?
Zach
On 1/22/09 8:10 AM, "Arnau Bria" wrote:
>
> Hi,
>
> maybe it's in front of me but I can't see it, maybe I'm looking for
> something in existent, but sounds strange to me.
>
> Is there ant way for gro