[Puppet Users] Re: Issues with Node Regex

2010-07-04 Thread cmvelo
Got it working using: node /^synd.*\.path2\.some\.domain$/ { include ibapps include db } On Jul 4, 4:32 pm, cmvelo wrote: > I am trying to match groups of nodes - i.e. > > Node: synd1-path2.path2.some.domain > Node: synd2-path2.path2.some.domain > > By using either of the node definition

[Puppet Users] Issues with Node Regex

2010-07-04 Thread cmvelo
I am trying to match groups of nodes - i.e. Node: synd1-path2.path2.some.domain Node: synd2-path2.path2.some.domain By using either of the node definitions below: node /^synd\w+\.path2\.some\.domain$/ { include ibapps include db } ~~

Re: [Puppet Users] Variable Scoping: What do you want?

2010-07-04 Thread Matt
On 2 July 2010 09:50, David Schmitt wrote: > On 6/30/2010 10:57 AM, Matt wrote: >> >> On 29 June 2010 17:22, Luke Kanies  wrote: >>> >>> Hi all, >>> >>> Given the number of threads on variable scoping recently, it's pretty >>> clear >>> we need to change how it works.  Markus has a lot of this red

[Puppet Users] Re: Puppet deployment design questions

2010-07-04 Thread Tass Skoudros
I have since found out that actually using puppet standalone and node classifier is possible. In our tests, we added the classifier to the wrong part of the config file which is probably why we didn't get very far. Good news is this makes everything simpler. Still very happy to hear your thoughts a

[Puppet Users] custom facts and types

2010-07-04 Thread sHaggY_caT
Hi all, I read today my first book about ruby, and try modify code: http://github.com/camptocamp/puppet-mysql Unfortunatly, creator of this code don't replay from my e-mail (may be, he don't have free time) I'm stupid about paramters in provider. I add: __

[Puppet Users] Puppet deployment design questions

2010-07-04 Thread Tass Skoudros
A little history, I work with a small startup and we are looking at rolling out a automated cloud based provisioning platform. We have a dilemma and i wanted to ask your communities thoughts. As far as I am aware there are 3 ways to run puppet, standalone with puppet, Client/Server and a hybrid of