[Puppet Users] external nodes issue

2009-09-28 Thread Matt
Hi all, I've hit a wall trying to get external nodes working on our production puppet master. I'm using the foreman to supply the external nodes information and have it all working in the dev environment. I've started all processes in debug - running Puppet 0.25 puppetd - debug: Puppet::Networ

[Puppet Users] Re: external nodes issue

2009-09-28 Thread Matt
Update:- I added a default node to a manifest file, just - node default { include env } This appears to have made the puppetmasterd kick in to action and compile the catalog from the foreman for that node. i.e. I see puppetmasterd compile all the correct classes for the node and not just th

[Puppet Users] Re: external nodes issue

2009-09-28 Thread Nicolas Szalay
Le lundi 28 septembre 2009 à 10:52 +0100, Matt a écrit : > Update:- > > I added a default node to a manifest file, just - > > node default { > include env > } > > This appears to have made the puppetmasterd kick in to action and > compile the catalog from the foreman for that node. i.e. I se

[Puppet Users] Re: external nodes issue

2009-09-28 Thread Matt
You're right, I removed all /var/lib/puppet/* from the client except the ssl directory and the next poll worked. Still requires me to have a default node though on the puppetmaster. Should the client really cache bad catalogs? 2009/9/28 Nicolas Szalay : > Le lundi 28 septembre 2009 à 10:52 +010

[Puppet Users] Re: How long does the server's node cache stick around?

2009-09-28 Thread Tony Maro
I tried the ignorecache=true on the clients to no avail... the server would still send the cached node entry. I could watch the output and it even reported "using cached node blah blah" instead of "Compiling node blah blah". I'm beginning to wonder if it's an LDAP issue... From what I gather of

[Puppet Users] Re: How long does the server's node cache stick around?

2009-09-28 Thread Nigel Kersten
On Mon, Sep 28, 2009 at 7:14 AM, Tony Maro wrote: > > I tried the ignorecache=true on the clients to no avail... the server > would still send the cached node entry.  I could watch the output and > it even reported "using cached node blah blah" instead of "Compiling > node blah blah". > > I'm beg

[Puppet Users] Passing input to script within an exec statement fails

2009-09-28 Thread paul matthews
Hi, >From the command line I can successfully perform this:- echo y | /mnt/Linux/install.sh Trying the same thing from an exec, though, fails and I'm not too sure how to get round it command => "(echo y | /mnt/Linux/install.sh)", err: //Node[host]/vm_post_install/Exec[install-xenserve

[Puppet Users] push a directory of files as part of a manifest?

2009-09-28 Thread li...@truthisfreedom.org.uk
Hi All, I get the feeling I'm being really dumb here but hey, if you don't ask... ;) I'm setting up a puppet install for about 80 or so servers and taking a "softly softly" approach by starting with Syslog-ng and stunnel configs. I want to push out a directory of files to /etc/stunnel that inc

[Puppet Users] Re: push a directory of files as part of a manifest?

2009-09-28 Thread Nigel Kersten
On Mon, Sep 28, 2009 at 7:50 AM, li...@truthisfreedom.org.uk wrote: > > Hi All, > > I get the feeling I'm being really dumb here but hey, if you don't ask... ;) > > I'm setting up a puppet install for about 80 or so servers and taking a > "softly softly" approach by starting with Syslog-ng and st

[Puppet Users] Re: push a directory of files as part of a manifest?

2009-09-28 Thread li...@truthisfreedom.org.uk
Nigel Kersten wrote: > On Mon, Sep 28, 2009 at 7:50 AM, li...@truthisfreedom.org.uk > wrote: >> Hi All, >> >> I get the feeling I'm being really dumb here but hey, if you don't ask... ;) >> >> I'm setting up a puppet install for about 80 or so servers and taking a >> "softly softly" approach by s

[Puppet Users] Capistrano roles filled in using puppet's stored config db

2009-09-28 Thread Joe McDonagh
Hello puppeteers, if anyone is interested I have figured how to fill in capistrano roles via the stored config db. I have the following script served out to my puppetmasters via puppet (gethosts.rb): #!/usr/bin/env ruby require "puppet" ActiveRecord::Base.establish_connection( :adapter =>

[Puppet Users] Re: push a directory of files as part of a manifest?

2009-09-28 Thread Nigel Kersten
On Mon, Sep 28, 2009 at 7:57 AM, li...@truthisfreedom.org.uk wrote: > > Nigel Kersten wrote: >> On Mon, Sep 28, 2009 at 7:50 AM, li...@truthisfreedom.org.uk >> wrote: >>> Hi All, >>> >>> I get the feeling I'm being really dumb here but hey, if you don't ask... ;) >>> >>> I'm setting up a puppet

[Puppet Users] Re: How long does the server's node cache stick around?

2009-09-28 Thread Chad Huneycutt
I do have this issue. Any time I add a new node, I have to restart the puppet master. On Mon, Sep 28, 2009 at 10:21 AM, Nigel Kersten wrote: > > On Mon, Sep 28, 2009 at 7:14 AM, Tony Maro wrote: >> >> I tried the ignorecache=true on the clients to no avail... the server >> would still send the

[Puppet Users] Re: authentication issue with passenger

2009-09-28 Thread Allan Marcus
yes, I have all those settings. Attached are the relevant files. To sum up: Everything works fine with webrick Nothing I do can make server 0.25.1 w/passenger work with a 0.24.8 client Only way I can get server 0.25.1 w/passenger to work with a 0.25.1 client is to have a a wide open auth.conf

[Puppet Users] Re: Passing input to script within an exec statement fails

2009-09-28 Thread Allan Marcus
You could try to add path=> "/bin:/usr/bin", for the echo command. --- Thanks, Allan Marcus 505-667-5666 On Sep 28, 2009, at 8:46 AM, paul matthews wrote: > Hi, > > From the command line I can successfully perform this:- > > echo y | /mnt/Linux/install.sh > > Trying the same thing from

[Puppet Users] Re: authentication issue with passenger (resolved)

2009-09-28 Thread Allan Marcus
I think I have it working now. --- Thanks, Allan Marcus 505-667-5666 On Sep 28, 2009, at 10:13 AM, Allan Marcus wrote: > yes, I have all those settings. Attached are the relevant files. > > To sum up: > > Everything works fine with webrick > Nothing I do can make server 0.25.1 w/passenger wo

[Puppet Users] Re: Using variables in virtual resources

2009-09-28 Thread Eric Gerlach
On Fri, Sep 18, 2009 at 09:08:37AM +0200, Kenneth Holter wrote: > Hi. > > > I've defined a virtual user "kenneth", and depending on a variable in the > node definiton I'd like to add the users to different groups. Consider this > example: > > ## Code start > > node "server.example.com" {

[Puppet Users] Re: external nodes issue

2009-09-28 Thread Christian Schröder
Matt schrieb: > Hi all, > > I've hit a wall trying to get external nodes working on our production > puppet master. I'm using the foreman to supply the external nodes > information and have it all working in the dev environment. > > manually - > # su - puppet > -bash-3.2$ cd /etc/puppet > -bash-

[Puppet Users] puppet / works & does not work: the quantum effect

2009-09-28 Thread Nico -telmich- Schottelius
Good morning dear puppet users, if you experience "it works - it does not work" situations with puppet like I do, here may be the reason for it: http://www.nico.schottelius.org/blog/puppet-sometimes-loads-a-class/ I was told that this behaviour is "correct" on IRC, but I don't agree with it: a

[Puppet Users] lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread Nigel Kersten
If you're interested in coming along for lunch at Google on Wednesday before Puppet Camp, let me know and I'll see if we can handle the load :) -- nigel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Use

[Puppet Users] Re: lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread Carl Caum
I'd definitely be interested in going but I don't get in to SF till 11:00am. According to GMaps, the earliest I could get the Google Campus is at 2:00pm by bus. Anyone have any suggestions? On Mon, Sep 28, 2009 at 12:57 PM, Nigel Kersten wrote: > > If you're interested in coming along for lunch

[Puppet Users] Re: lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nigel Kersten wrote: > If you're interested in coming along for lunch at Google on Wednesday > before Puppet Camp, let me know and I'll see if we can handle the load > :) I am going to be hackfesting and talking the ears off whomever shows up there.

[Puppet Users] Re: puppet / works & does not work: the quantum effect

2009-09-28 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nico -telmich- Schottelius wrote: > Good morning dear puppet users, > > if you experience "it works - it does not work" situations with puppet > like I do, here may be the reason for it: > > http://www.nico.schottelius.org/blog/puppet-sometimes-lo

[Puppet Users] Re: lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread Alex Laslavic
Love to but my flight won't get in until late afternoon. Have fun. On 9/28/09, Nigel Kersten wrote: > > If you're interested in coming along for lunch at Google on Wednesday > before Puppet Camp, let me know and I'll see if we can handle the load > :) > > > > -- > nigel > > > > -- Sent from m

[Puppet Users] Re: lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread Al @ Lab42
I definitively would love to lunch at Google. Coming to SF Tuesday evening. We should also define some kind of meeting place&hour for the Wednesday evening meetup. I don't intend to sleep too much in the follwing days :-) Al On Sep 28, 8:40 pm, Alex Laslavic wrote: > Love to but my flight won't

[Puppet Users] Re: lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread Ian Ward Comfort
On 28 Sep 2009, at 11:29 AM, Carl Caum wrote: > I'd definitely be interested in going but I don't get in to SF till > 11:00am. According to GMaps, the earliest I could get the Google > Campus is at 2:00pm by bus. Anyone have any suggestions? Caltrain should be faster -- especially if your fl

[Puppet Users] Wednesday night drinks?

2009-09-28 Thread Michael Halligan
Is anybody interested in getting together at my place downtown to drink scotch, talk Puppet, and chill out before the big day? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this g

[Puppet Users] Re: lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread Carl Caum
Thanks. It still it looks like I couldn't get there before 2:00pm. Oh well, have fun. On Mon, Sep 28, 2009 at 2:03 PM, Ian Ward Comfort < icomf...@rescomp.stanford.edu> wrote: > > On 28 Sep 2009, at 11:29 AM, Carl Caum wrote: > > I'd definitely be interested in going but I don't get in to SF ti

[Puppet Users] Re: copying file from multiple sources

2009-09-28 Thread Luke Schierer
On Fri, Sep 25, 2009 at 4:04 PM, Luke Schierer wrote: > > This works for my redhat 5 machines, I'm able to pull from the array of > sources. However, it does n work for redhat 4 machines. If a redhat 4 > machine is listed in the array, I get > > err: Could not call fileserver.list: # called for

[Puppet Users] Re: lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread Dan Bode
I am very interested at coming to Google for lunch on Wednesday. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe

[Puppet Users] Re: lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread Carl Caum
Change of plans. I rented a car. I could make it if it's around 12:00 ish. On Mon, Sep 28, 2009 at 2:12 PM, Carl Caum wrote: > Thanks. It still it looks like I couldn't get there before 2:00pm. Oh > well, have fun. > > > On Mon, Sep 28, 2009 at 2:03 PM, Ian Ward Comfort < > icomf...@rescomp.

[Puppet Users] Re: lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread Brice Figureau
On 28/09/09 19:57, Nigel Kersten wrote: > If you're interested in coming along for lunch at Google on Wednesday > before Puppet Camp, let me know and I'll see if we can handle the load > :) I'd really love to come. I don't know yet where I'll be on wednesday, but there are great chances, I'll be

[Puppet Users] Re: lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread Ohad Levy
Hi, I would be happy to join - Thanks Nigel :) if anyone needs a ride from the Serreno hotel (or nearby) , and / or want to drive together let me know :) Ohad On Tue, Sep 29, 2009 at 1:57 AM, Nigel Kersten wrote: > > If you're interested in coming along for lunch at Google on Wednesday > befo

[Puppet Users] Re: external nodes issue

2009-09-28 Thread Ohad Levy
Hi Matt, Thats a bit odd, when using external nodes you shouldn't need any node definitions within your manifests. any chance you have some leftover nodes definitions? Ohad On Mon, Sep 28, 2009 at 5:52 PM, Matt wrote: > > Update:- > > I added a default node to a manifest file, just - > > node

[Puppet Users] Problem installing Solaris Datastream Package

2009-09-28 Thread Andy Kocher
Hi, I'm having problem with the way Puppet is processing Solaris datastream packages. The following error occurs: err: //Node[basenode]/openssl/Package[openssl-0.9.8k-sol10-x86-local]/ ensure: change from absent to present failed: Execution of '/usr/sbin/ pkgadd -a /etc/puppet/files/puppet -d /v

[Puppet Users] PuppetCamp is almost here

2009-09-28 Thread Andrew Shafer
PuppetCamp is only a few days away. I know some people are already in San Francisco. Luke will be around tomorrow night and I'm coming in Wednesday morning. We should be hanging around the Serrano hotel Wednesday afternoon with the full Reductive Labs crew, Teyo, Markus, Rein and Scott. Come lob

[Puppet Users] Re: lunch at Google on Wednesday for Puppet Campers?

2009-09-28 Thread Al @ Lab42
Hi Ohad, I'll come from Serrano too, so a shared car ride is welcomed. Meet you there tuesday evening or wednesday morning... Al On 29 Set, 03:12, Ohad Levy wrote: > Hi, > > I would be happy to join - Thanks Nigel :) > > if anyone needs a ride from the Serreno hotel (or nearby) , and / or want