[Puppet Users] error on puppet 25.4 with passenger 2.2.2

2010-02-08 Thread Christophe Bonnaud
Hi all, I've just installed a puppet version 25.4 (I was using before version 24.5 without any trouble) when I test the installation using webrick, it's working fine. A client can connect to the master and do whatever it have to do. When I switch to passenger, I have the following message: err: C

[Puppet Users] Living with Puppet...

2010-02-08 Thread Jesús Couto
Hi. As I think I mentioned (here or in IRC, dont know), I'm doing a kind of "grant" to investigate Puppet for my company. So far I've been learning the language and trying to model some of our infrastructure on a small test server I've set up. This is going fine, I'm learning a lot... but. This d

[Puppet Users] Puppet and Drupal

2010-02-08 Thread John Arundel
Hi, Unlike a lot of CMSes out there, Drupal has an excellent automation tool in the form of Drush. With a bit of Puppet magic, you can automate most of the common tasks and components in building a Drupal site (or managing a multisite install). I've written up some example recipes which I use for

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

2010-02-08 Thread Joe McDonagh
Jesús Couto wrote: Hi. As I think I mentioned (here or in IRC, dont know), I'm doing a kind of "grant" to investigate Puppet for my company. So far I've been learning the language and trying to model some of our infrastructure on a small test server I've set up. This is going fine, I'm lear

[Puppet Users] virtual resource realizing by require?

2010-02-08 Thread Frederik Wagner
Hi .*, I'm wondering if there is a way to have a virtual resource realize other virtual resources which it requires. Background: I want to create a module which provides all possible mountpoints from a NAS Filer as virtual resources, like @mount{xyz}. These mounts depend on some directory which m

[Puppet Users] New Puppet training dates announced

2010-02-08 Thread Scott Olson
Find out more about new training dates and register for Puppet training in London, New York, and Nuremberg here: http://reductivelabs.com/2010/02/08/reductive-labs-announces-puppet-training-dates-for-london-new-york-and-nuremberg/. -- You received this message because you are subscribed to the Go

[Puppet Users] Re: Http error with puppet 0.25.1 and passenger

2010-02-08 Thread Asif Iqbal
I will still need help with this. On Sun, Feb 7, 2010 at 10:43 PM, Asif Iqbal wrote: > Hi > > I am getting all these error from each client. This log is from one of > the puppet clients > > http://pastebin.com/f141edbbc > > I am guessing I need to replace the > /usr/share/puppet/rack/puppetmaster

Re: [Puppet Users] Re: Http error with puppet 0.25.1 and passenger

2010-02-08 Thread Atha Kouroussis
Hi, the config.ru pasted seems to from 0.24. Is it from Ubuntu's puppet package? If so, you need to use the one for 0.25.1. You can find 0.25.1 and above debs in Ubuntu PPA repos. Cheers, Atha On Feb 8, 2010, at 16:27 , Asif Iqbal wrote: > I will still need help with this. > > On Sun, Feb 7, 2

Re: [Puppet Users] Re: Http error with puppet 0.25.1 and passenger

2010-02-08 Thread Asif Iqbal
On Mon, Feb 8, 2010 at 2:31 PM, Atha Kouroussis wrote: > Hi, > the config.ru pasted seems to from 0.24. Is it from Ubuntu's puppet package? > If so, you need to use the one for 0.25.1. > You can find 0.25.1 and above debs in Ubuntu PPA repos. I am using the puppet 0.25.1 for ubuntu 9.04 from PPA

[Puppet Users] How to disable file checksums?

2010-02-08 Thread Tim Stoop
Hi all, The docs seem to indicate that it's possible to disable checksum checking for file resources: "The default checksum parameter, *if checksums are enabled*, is md5." But I can't find how to disable them. I vaguely remember something like 'nosum', but it seems that's not valid. Any hints?

Re: [Puppet Users] How to disable file checksums?

2010-02-08 Thread Dan Bode
Hi Tim, On Mon, Feb 8, 2010 at 12:54 PM, Tim Stoop wrote: > Hi all, > > The docs seem to indicate that it's possible to disable checksum > checking for file resources: > > "The default checksum parameter, *if checksums are enabled*, is md5." > > http://docs.reductivelabs.com/guides/types/file.ht

[Puppet Users] Re: How to disable file checksums?

2010-02-08 Thread Tim Stoop
Hi Dan, Thanks for the reply! On 8 feb, 21:58, Dan Bode wrote: > checksum attribute of the file resource. I dont know of a way to disable > this, but you can pick something faster based on timestamps. I don't want faster, I want no checksumming :) We use puppet to set some sane defaults (like m

[Puppet Users] Re: error on puppet 25.4 with passenger 2.2.2

2010-02-08 Thread Aaron Schaefer
On Feb 8, 3:18 am, Christophe Bonnaud wrote: > so I have obviously an authorization problem, but i cannot find the > solution to this problem... > > Does anyone have a suggestion? I've seen the same thing with my setup...the solution for me was to put the "RequestHeader" lines found on the Puppe

Re: [Puppet Users] Re: How to disable file checksums?

2010-02-08 Thread Brice Figureau
On 08/02/10 22:18, Tim Stoop wrote: > Hi Dan, > > Thanks for the reply! > > On 8 feb, 21:58, Dan Bode wrote: >> checksum attribute of the file resource. I dont know of a way to disable >> this, but you can pick something faster based on timestamps. > > I don't want faster, I want no checksummin

[Puppet Users] Error 400 on SERVER: private method `gsub' called for nil:NilClass

2010-02-08 Thread eblack
Hi all, I'm new to puppet and I can't seem to figure out how to get rid of this error on the client or to get the recursive copy of files to the client: err: //dev_oracle_dev_tools::install/File[/tmp/oracle_dev_tools]: Failed to generate additional resources using 'eval_generate': Error 400 on SE

Re: [Puppet Users] Error 400 on SERVER: private method `gsub' called for nil:NilClass

2010-02-08 Thread Daniel
You are missing the path to sync. The full path may be something like "puppet://$server/modules/dev_oracle_dev_tools/the_tools_folder dev_oracle_dev_tools just identifies the module On Mon, Feb 8, 2010 at 11:13 PM, eblack wrote: > Hi all, > > I'm new to puppet and I can't seem to figure out how t

Re: [Puppet-dev] Re: [Puppet Users] Plugins in modules with environments and the puppetmaster libdir

2010-02-08 Thread Luke Kanies
On Feb 5, 2010, at 8:47 AM, Nigel Kersten wrote: On Fri, Feb 5, 2010 at 3:29 AM, Thomas Bellman wrote: Nigel Kersten wrote: So facter plugins are kind of different, as they're not actually required to be in the puppetmaster libdir. Say this was a type/provider, and you wanted to add a new

[Puppet Users] Projects.reductivelabs.com is down

2010-02-08 Thread Michael DeHaan
Slicehost is working on an issue ATM, so if you're trying to file a bug and can't get to redmine, that is why ... --Michael -- 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

[Puppet Users] Re: error on puppet 25.4 with passenger 2.2.2

2010-02-08 Thread Christophe Bonnaud
On Feb 9, 6:20 am, Aaron Schaefer wrote: > On Feb 8, 3:18 am, Christophe Bonnaud wrote: > > > so I have obviously an authorization problem, but i cannot find the > > solution to this problem... > > > Does anyone have a suggestion? > > I've seen the same thing with my setup...the solution for me w

Re: [Puppet Users] Re: error on puppet 25.4 with passenger 2.2.2

2010-02-08 Thread Eric Sorenson
On Feb 8, 2010, at 4:20 PM, Christophe Bonnaud wrote: >> I've seen the same thing with my setup...the solution for me was to >> put the "RequestHeader" lines found on the Puppet Passenger wiki page >> (http://www.reductivelabs.com/trac/puppet/wiki/UsingPassenger) into my >> Apache virtual host co

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

2010-02-08 Thread Ohad Levy
On Mon, Feb 8, 2010 at 10:50 PM, Jesús Couto wrote: > So, I was kind of hoping if some sucessfull Puppet users on this list could > have some time to chat about how they are using Puppet. How are your > machines and services life-cycles managed - all with Puppet, from install to > decommision?

[Puppet Users] Re: error on puppet 25.4 with passenger 2.2.2

2010-02-08 Thread Christophe Bonnaud
On Feb 9, 9:50 am, Eric Sorenson wrote: > On Feb 8, 2010, at 4:20 PM, Christophe Bonnaud wrote: > > > > > > >> I've seen the same thing with my setup...the solution for me was to > >> put the "RequestHeader" lines found on the Puppet Passenger wiki page > >> (http://www.reductivelabs.com/trac/pupp