[Puppet Users] Re: Using an Exec inside a define

2008-12-29 Thread Ben Beuchler
> Ah, nope. No resource title can be duplicated, exec isn't an exception. > Is there somewhere you read that or saw it in an example? Perhaps I misunderstood what I read here: http://reductivelabs.com/trac/puppet/wiki/TypeReference#exec Not only does it seem to be saying that an exec is allow

[Puppet Users] Re: Using an Exec inside a define

2008-12-29 Thread Robin Lee Powell
On Mon, Dec 29, 2008 at 09:45:07AM -0600, Ben Beuchler wrote: > > > Ah, nope. No resource title can be duplicated, exec isn't an > > exception. Is there somewhere you read that or saw it in an > > example? > > Perhaps I misunderstood what I read here: > > http://reductivelabs.com/trac/puppe

[Puppet Users] Re: Using an Exec inside a define

2008-12-29 Thread Paul Lathrop
Hmm, I suspect that documentation is wrong. I've never successfully had multiple Exec resources with the same name. I say file a bug, at the worst someone will verify/clarify the documentation. I tend to use "module_name::define_name::$name" as my naming convention for this sort of thing. That u

[Puppet Users] Re: local and ldap users and packages

2008-12-29 Thread Paul Lathrop
Use classes and inheritance. What I would do is something like this: class base-node { @package { "sudo": ensure => installed; "sudo-ldap": ensure => installed; } @user { # Obviously fully define your user here. "bob": ensure => present; } } class ldap-n

[Puppet Users] Re: puppetd

2008-12-29 Thread Paul Lathrop
What version of Puppet are you using? --Paul On Tue, Dec 23, 2008 at 11:59 PM, Paul Johnson wrote: > Thanks for replies, here is the info. Actually there is not much in configs, > I tried it with minimal manifest and the issue still persists. > > manifest: >

[Puppet Users] problem with my filebucket and passenger

2008-12-29 Thread Jeff Frost
I'm getting the following error from puppetd whenever it tries to backup a file to the filebucket on the server. err: //Node[devdata]/dataserver/data_packages/apacheconf/File[/etc/apache2/modules.d/00_mpm.conf]/source: change from {md5}0ffbbd3efd8934e7d9113cc13a375326 to puppet:///files/data/etc/a

[Puppet Users] Re: puppetd

2008-12-29 Thread Paul Johnson
it's 0.24.5, but after upgrading to the latest stable 0.24.7 the issue still persists. Thanks -- Paul Johnson 2008/12/29 Paul Lathrop > > What version of Puppet are you using? > > --Paul > > On Tue, Dec 23, 2008 at 11:59 PM, Paul Johnson > wrote: > > Thanks for replies, here is the info. Actua

[Puppet Users] This group emails

2008-12-29 Thread Ugo Bellavance
Hi, I've been a member (nomail) of this group for a while and suddently, I start receiving e-mails. It looks like it is now a google group, and I'm receiving these e-mails to a non-google address. What changes have been made and what can I do to put it back as it was (nomail)? Regar

[Puppet Users] Re: This group emails

2008-12-29 Thread Jonathan Mills
Indeed, I had my prefs set to not send email. It appears they reset not too long ago and I've begun receiving emails for each post. I'm not upset, I'm just sayin' On Dec 29, 2008, at 4:13 PM, Ugo Bellavance wrote: > > Hi, > > I've been a member (nomail) of this group for a while

[Puppet Users] Re: This group emails

2008-12-29 Thread Joshua Timberman
On Mon, Dec 29, 2008 at 2:22 PM, Jonathan Mills wrote: > > Indeed, I had my prefs set to not send email. It appears they reset > not too long ago and I've begun receiving emails for each post. I'm > not upset, I'm just sayin' I am also receiving emails for each post. I was subscribed to th

[Puppet Users] Re: This group emails

2008-12-29 Thread Jeff Hammerbacher
You should be able to change your options at http://groups.google.com/group/puppet-users/subscribe. On Mon, Dec 29, 2008 at 1:22 PM, Jonathan Mills wrote: > > Indeed, I had my prefs set to not send email. It appears they reset > not too long ago and I've begun receiving emails for each post. I

[Puppet Users] Re: This group emails

2008-12-29 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joshua Timberman wrote: > On Mon, Dec 29, 2008 at 2:22 PM, Jonathan Mills wrote: >> Indeed, I had my prefs set to not send email. It appears they reset >> not too long ago and I've begun receiving emails for each post. I'm >> not upset, I'm just sa

[Puppet Users] Re: This group emails

2008-12-29 Thread Rob Chanter
On Tue, Dec 30, 2008 at 9:07 AM, James Turnbull wrote: > > Have their been any spam posts recently? There shouldn't have been as > Luke and I moderate the list. > Just one that I've seen recently. Message-ID: Subject: [Puppet Users] Highly Paid Online Surveys-Absolutely Free. From: Ram

[Puppet Users] App deployment using puppet on EC2

2008-12-29 Thread satish viswanatham
Hi, We are using puppet in EC2 to manage our host configurations. Basically we are planning to run a puppet master in EC2. We are also looking to evaluate puppet as the means for application deployment. Any thoughts/experience around this topic? We want to make Puppetmaster act as app repository

[Puppet Users] Re: App deployment using puppet on EC2

2008-12-29 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 satish viswanatham wrote: > Hi, > > We are using puppet in EC2 to manage our host configurations. > Basically we are planning to run a puppet master in EC2. We are also > looking to evaluate puppet as the means for application deployment. > Any thoug

[Puppet Users] Re: puppetd

2008-12-29 Thread Paul Johnson
The problem has been solved by myself :) It was caused by one of my custom facts that run apache binary and didn't close the process properly. My bad. Thanks to all for answers and help! Thanks -- Paul Johnson 2008/12/29 Paul Johnson > it's 0.24.5, but after upgrading to the latest stable 0.24.

[Puppet Users] Re: This group emails

2008-12-29 Thread Joshua Timberman
Yeah, thats the same one I recall most recently. Since the list became moderated I haven't seen anything. On Mon, Dec 29, 2008 at 4:06 PM, Rob Chanter wrote: > > On Tue, Dec 30, 2008 at 9:07 AM, James Turnbull > wrote: >> >> Have their been any spam posts recently? There shouldn't have been a

[Puppet Users] Re: This group emails

2008-12-29 Thread Joshua Timberman
On Mon, Dec 29, 2008 at 2:30 PM, Jeff Hammerbacher wrote: > You should be able to change your options at > http://groups.google.com/group/puppet-users/subscribe. Huh. I checked yesterday (literally), and it was set to "no email" for this email address. --~--~-~--~~~-

[Puppet Users] Re: This group emails

2008-12-29 Thread Ugo Bellavance
Joshua Timberman wrote: > On Mon, Dec 29, 2008 at 2:30 PM, Jeff Hammerbacher > wrote: >> You should be able to change your options at >> http://groups.google.com/group/puppet-users/subscribe. > > Huh. I checked yesterday (literally), and it was set to "no email" for > this email address. Do you

[Puppet Users] Re: select node to use from the client side?

2008-12-29 Thread Tim Harper
On Tue, Dec 23, 2008 at 7:19 PM, Andrew Shafer wrote: > +1 external nodes > > http://reductivelabs.com/trac/puppet/wiki/ExternalNodes > > What do you use for starting the EC2 instances? Just start the node and > associate the host name with the class you want in some format that that > external n