Re: [Puppet Users] Running puppet as non-root user

2010-12-14 Thread Jesús Couto
having your machine configuration inside a tool that can replicate it at will, but sometimes the difficult problems are not technical but political :-/ ------ Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users" grou

Re: [Puppet Users] Roadmap wrt the Ruby DSL

2010-12-13 Thread Jesús Couto
, -- Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com

[Puppet Users] Running puppet as non-root user

2010-12-13 Thread Jesús Couto
omebody else defined a sudo for you to do it, but you can deploy files under your user, instantiate templates, maybe maybe with correct reporting tell the "system" level guys that you need X or Y done when the manifest dies cause it is not in place, etc. -----

Re: [Puppet Users] Documentation contribution opportunity - Please help!

2010-08-31 Thread Jesús Couto
If an effort to translate the docs to Spanish get under way, I can help. -- -- Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegrou

Re: [Puppet Users] Neverending Scope Issues

2010-08-23 Thread Jesús Couto
> "Puppet Users" group. > To post to this group, send email to puppet-us...@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-us

Re: [Puppet Users] Re: Puppetcamp

2010-05-19 Thread Jesús Couto
I'll be on Ghent the 26, I guess around 17:00... so if there is a plan I would like to go. Best being lost in a new city & alone :-) ------ Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users"

Re: [Puppet Users] Using Puppet for application deployment

2010-03-16 Thread Jesús Couto
m "let me script this" to "let me describe how it should be", with you describing your application structucture and relationships and such. -- -- Jesús Couto F. -- You received this message because you are subscribed to the Google Groups &qu

Re: [Puppet Users] Using Puppet for application deployment

2010-03-12 Thread Jesús Couto
minutes interval it would take you 1 hour to deploy, for example. ------ Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com.

Re: [Puppet Users] Re: Magazine article comparing CPU usage of Puppet vs. Cfengine

2010-02-24 Thread Jesús Couto
mber of contributors. > > Not the same "pool" of contributors? I mean, Puppet is for sysadmins. Sysadmins like scripting languages. Better tools for the kind of work we do normally than C/C++. That's more or less the opposite situation from KDE. ----

Re: [Puppet Users] Augeas type: Removing an entry from /etc/hosts

2010-02-23 Thread Jesús Couto
example. And rm doesnt work for adding :-P Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To u

Re: [Puppet Users] Living with Puppet...

2010-02-09 Thread Jesús Couto
k more about what is that "state" that you are mantaining and what are the deviations for that state that can happen and how to manage them... -- -- Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users&q

[Puppet Users] Living with Puppet...

2010-02-08 Thread Jesús Couto
t;advocates" that could spend, say, 1 h or so, talking about how do they do their work with Puppet, so if you want to help, please send me a mail at this address. Best regards, -- Jesús Couto F. -- You received this message because you are subscribed to the Goo

Re: [Puppet Users] Re: Declarative style and processes

2010-02-03 Thread Jesús Couto
Wouldnt this tie up with things like Puppet+Capistrano, Puppet+ControlTier, and such, that was pointed to me when asking about application deployment? -- Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users&q

Re: [Puppet Users] Using require/before & definitions?

2010-01-18 Thread Jesús Couto
ok, tried it later, didnt get it to work, assumed first try was a mistake on my part, then rechecked and not, the mistake was in the second try using modules :-/ -- Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet

[Puppet Users] Re: Using require/before & definitions?

2010-01-18 Thread Jesús Couto
To show I'm a complete clueless newbie, let me add the more fundamental question "resources on a class/definitions get done on the order it is specifed, right? No need to require/before them inside, right?" to the other one. -- ------ Jesús Couto F. --

[Puppet Users] Using require/before & definitions?

2010-01-18 Thread Jesús Couto
define x() { } ... require => X["name"] right? What can you do to ensure the proper order? Best regards, -- ------ Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to th

Re: [Puppet Users] Re: Puppet for app deployment

2010-01-17 Thread Jesús Couto
the "system" (defined as ... dunno, everything but the applications? Packages, services, disks, etc) managed and then uses a separate language/model to deal with the particularities of web applications? ------ Jesús Couto F. -- You received this message becau

Re: [Puppet Users] Recipes/modules for multiple instances of web server?

2010-01-12 Thread Jesús Couto
]; then echo "Running:("`cat $APACHE_PID_FILE`")" else echo "Not Running" fi Best regards, ------ Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users" grou

Re: [Puppet Users] Recipes/modules for multiple instances of web server?

2010-01-12 Thread Jesús Couto
On Tue, Jan 12, 2010 at 2:49 PM, Dan Bode wrote: > > > On Tue, Jan 12, 2010 at 1:12 AM, Jesús Couto wrote: > >> >> >>> the start and stop params take a command, not a file. (just like status) >>> You are executing the filename as a command, which will r

Re: [Puppet Users] Re: Puppet for app deployment

2010-01-12 Thread Jesús Couto
the resource in one node, then in the other...) I'm correct? Are those arguments explained in detail somewhere? ------ Jesús Couto F. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this

Re: [Puppet Users] Recipes/modules for multiple instances of web server?

2010-01-12 Thread Jesús Couto
Resources must be unique per compiled catalog. Only resources for a certain > host will be compiled into its catalog. > Hmmm... that clears it a lot, thanks! Best regards, -- ------ Jesús Couto F. -- You received this message because you are subscribed to the Googl

[Puppet Users] Recipes/modules for multiple instances of web server?

2010-01-11 Thread Jesús Couto
led: Could not start Service[uno]: Execution of '/usr/sbin/start_uno.sh' returned 1: at /etc/puppet/manifests/webinstance-definition.pp:31 ... the other thing that is making me think this is convoluted and wrong is... what if I want the same instance in 2 nodes, as we do? can I use the