[Puppet Users] Installing a lot of packages

2009-09-11 Thread ELTigre
How can I install a lot (more than 800) of APT packages using an easy way in puppet? I mean, using some file.txt where I put there the packages I want to install and my package resource get the list . Is it possible? Or do I have to put all packages in the package resource? regards, Israel. --~--

[Puppet Users] Re: Can puppet handle device files

2009-09-11 Thread John A. Barbuto
Hi Bostjan, On Wed, Sep 9, 2009 at 7:17 PM, Bostjan Skufca wrote: > > Hi! > > I cannot find it in documentation (yet?), but can puppet handle device > files, in (examplary) form like this: > > file { "/var/named/dev/zero": >        ensure   => device, >        minor     => 10, >        major    

[Puppet Users] Re: Puppet Camp codefest prelude

2009-09-11 Thread Andrew Shafer
> I'm also - if provided with sufficient coffee - going to do a > documentation sprint for the new wiki. I think we can do coffee all around. I'll bring IVs, and get you on a nice drip. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Puppet Users] Re: Puppet Camp codefest prelude

2009-09-11 Thread James Turnbull
2009/9/12 Andrew Shafer : > > Puppeteers, > > There is some momentum gathering for writing some code together on Sept 30. > > The big things that I'm aware of are: >   the EC2 continuous integration >   migrating tests to rspec >   working on providers for windows support > I'm also - if provided

[Puppet Users] Re: What happens if puppet fails half way into processing a catalog?

2009-09-11 Thread Larry Ludwig
I think you are alluding to transactions. This feature does not exist currently in Puppet. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this

[Puppet Users] Re: passenger-status gives error but passenger is working fine

2009-09-11 Thread Larry Ludwig
Hmm I would double check your config files and maybe uninstall passenger and try again. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this gro

[Puppet Users] Re: What happens if puppet fails half way into processing a catalog?

2009-09-11 Thread Larry Ludwig
I think you are alluding to transactions. This feature does not exist currently in Puppet. -L -- Larry Ludwig Reductive Labs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this

[Puppet Users] Re: ANNOUNCE: Facter 1.5.7rc1

2009-09-11 Thread Nigel Kersten
On Fri, Sep 11, 2009 at 11:54 AM, Allan Marcus wrote: > > Just in time for 10.6.1! > > :-) > Just think of all those poor 10.4.0 and 10.5.0 users :) > > --- > Thanks, > > Allan Marcus > 505-667-5666 > > > > On Sep 10, 2009, at 10:45 PM, James Turnbull wrote: > > > * Bug #2415: patch for firs

[Puppet Users] Re: ANNOUNCE: Facter 1.5.7rc1

2009-09-11 Thread Allan Marcus
Just in time for 10.6.1! :-) --- Thanks, Allan Marcus 505-667-5666 On Sep 10, 2009, at 10:45 PM, James Turnbull wrote: > * Bug #2415: patch for first-rev Mac OS X versions --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[Puppet Users] Puppet Camp codefest prelude

2009-09-11 Thread Andrew Shafer
Puppeteers, There is some momentum gathering for writing some code together on Sept 30. The big things that I'm aware of are: the EC2 continuous integration migrating tests to rspec working on providers for windows support I'm wondering who is interested in getting involved, if there a

[Puppet Users] Re: Puppet / EC2 noob question

2009-09-11 Thread Andres Olarte
What I do is this: Delete the certs for hostname X from the puppetmaster. Start the instance from the puppet master machine. Passing a script (that get's ran at startup). This script does the following: Set the hostname to X. Install puppet on the client (I use bare ubuntu images) Connect to the

[Puppet Users] (seems) caching problem

2009-09-11 Thread Julien Garet
Hello all, I am struggling with a strange problem in puppet. I copied the recipe for autofs from the trac (here http://reductivelabs.com/trac/puppet/wiki/Recipes/Autofs), the first line of the recipe is : define autofs_master($mounts) {

[Puppet Users] (seems) caching problem

2009-09-11 Thread Julien Garet
Hello all, I am struggling with a strange problem in puppet. I copied the recipe for autofs from the trac (here http://reductivelabs.com/trac/puppet/wiki/Recipes/Autofs), the first line of the recipe is : define autofs_master($mounts) { As I am using LDAPnodes for description, I added the line :

[Puppet Users] Re: Error 403 on SERVER: Forbidden request:

2009-09-11 Thread Andrew Shafer
This looks like the same problem: http://projects.reductivelabs.com/issues/2619 Any thing you might add to the issue would be appreciated. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To pos

[Puppet Users] Re: Error 403 on SERVER: Forbidden request:

2009-09-11 Thread Brice Figureau
On 11/09/09 18:46, ELTigre wrote: > > On Sep 11, 10:58 am, Brice Figureau > wrote: >> On Fri, 2009-09-11 at 08:12 -0700, ELTigre wrote: >>> I'm having this problem : >>> When a client vpsXXX tries to get the catalog it returns this error: >>> vpsXXX:~# puppetd -tv >>> warning: peer certificate

[Puppet Users] Re: Error 403 on SERVER: Forbidden request:

2009-09-11 Thread Brice Figureau
On 11/09/09 19:17, David Bishop wrote: > On Fri, Sep 11, 2009 at 05:58:11PM +0200, Brice Figureau wrote: >> On Fri, 2009-09-11 at 08:12 -0700, ELTigre wrote: >>> I'm having this problem : >>> >>> When a client vpsXXX tries to get the catalog it returns this error: >>> >>> vpsXXX:~# puppetd -tv >>

[Puppet Users] snmpd v3 class help - need to stop service before copying file and then restart

2009-09-11 Thread Mark Christian
The problem I have is that I need to ensure that snmpd is stopped before attempting to copy /var/net-snmp/snmpd.conf (snmpd credentials file that gets corrupted if copied while snmpd is running). Any suggestions on how best to proceed? # what I have so far. class snmpd { package { net-snmp

[Puppet Users] Re: Error 403 on SERVER: Forbidden request:

2009-09-11 Thread David Bishop
On Fri, Sep 11, 2009 at 05:58:11PM +0200, Brice Figureau wrote: > > On Fri, 2009-09-11 at 08:12 -0700, ELTigre wrote: > > I'm having this problem : > > > > When a client vpsXXX tries to get the catalog it returns this error: > > > > vpsXXX:~# puppetd -tv > > warning: peer certificate won't be v

[Puppet Users] Re: need assistance with autofs5 reload across rhel5/rhel4 hosts

2009-09-11 Thread Eric Sorenson
I found that dotted-digit values need to be quoted in comparators. Not sure if this is intentional or a new parser side-effect. > case $kernelversion { >"2.6.9": { $autofs_packages = ["autofs", "autofs5"] } >default: { $autofs_packages = ["autofs"] } >} On Sep 10, 2009, at

[Puppet Users] Re: Error 403 on SERVER: Forbidden request:

2009-09-11 Thread ELTigre
On Sep 11, 10:58 am, Brice Figureau wrote: > On Fri, 2009-09-11 at 08:12 -0700, ELTigre wrote: > > I'm having this problem : > > > When a client vpsXXX  tries to get the catalog it returns this error: > > > vpsXXX:~# puppetd -tv > > warning: peer certificate won't be verified in this SSL session

[Puppet Users] Re: Error 403 on SERVER: Forbidden request:

2009-09-11 Thread Brice Figureau
On Fri, 2009-09-11 at 08:12 -0700, ELTigre wrote: > I'm having this problem : > > When a client vpsXXX tries to get the catalog it returns this error: > > vpsXXX:~# puppetd -tv > warning: peer certificate won't be verified in this SSL session > info: Caching certificate for ca > warning: peer c

[Puppet Users] Error 403 on SERVER: Forbidden request:

2009-09-11 Thread ELTigre
I'm having this problem : When a client vpsXXX tries to get the catalog it returns this error: vpsXXX:~# puppetd -tv warning: peer certificate won't be verified in this SSL session info: Caching certificate for ca warning: peer certificate won't be verified in this SSL session err: Could not re

[Puppet Users] Puppet / EC2 noob question

2009-09-11 Thread Chris
Hi all, I'm starting to use EC2, and I'm after some examples of best practices/ tips and tricks from folk with more experience of the Puppet/EC2 combo than me: We're starting by using EC2 for testing and development purposes. This means that we won't be running our instances full-time; rather, w

[Puppet Users] Re: Puppet 0.25 migration

2009-09-11 Thread philipp Hanselmann
Matt schrieb: > For info - I removed passenger 2.2.5, installed 2.2.2 - rebuilt the > passenger apache module, then removed all traces of puppet includes > certs. > > Installed puppet 0.25 rpms, set up the config.ru and all worked. > And the /etc/httpd/conf.d/puppet.conf ? Have you edited that

[Puppet Users] Re: Adding comments to config files with augeas

2009-09-11 Thread Bryan Ross
2009/9/10 David Lutterkort : > Comments for most files[1] show up as nodes with label '#comment' and a > value that contains the comment without the leading '#[ \t]*'. > Therefore, to add a comment, you need to first create a '#comment' node > and then set it to whatever you want the comment to be

[Puppet Users] Re: [Puppet-dev] ANNOUNCE: Facter 1.5.7rc1

2009-09-11 Thread Todd Zullinger
Paul Nasrat wrote: > Is there an open redmine issue for this - if not can you create one > and we'll get that in for 1.5.7 Sure, filed as: http://projects.reductivelabs.com/issues/2625 -- ToddOpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~

[Puppet Users] Re: [Puppet-dev] ANNOUNCE: Facter 1.5.7rc1

2009-09-11 Thread Paul Nasrat
2009/9/11 Todd Zullinger : > James Turnbull wrote: >> Facter 1.5.7rc1 is available. >> >> This is a maintenance release containing a number of fixes, updates >> and additional tests.  The vast majority of the work in the release >> was done by Paul Nasrat.  Thanks to Paul for his exceptional work