[Puppet Users] Re: Vexed by puppet.conf

2009-07-21 Thread Nigel Kersten
such that the puppet user can't read it, it parses it, drops privileges, and then can't re-read it so it falls back to defaults. The only change I can think of here is that we switched to Debian Lenny. Puppet version is 0.24.8. Any help would be appreciated! Thanks, Paul -- Nigel Kersten nig

[Puppet Users] Default Mac OS X package provider?

2009-07-20 Thread Nigel Kersten
be the pkgdmg provider, which takes a http:// url for a pkg inside a dmg. Comments welcome -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: Default Mac OS X package provider?

2009-07-20 Thread Nigel Kersten
around. -Jack -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: Change Management Practices.

2009-07-17 Thread Nigel Kersten
. Oh, and we also have matching apt repositories for the unstable/testing/stable environment suffixes, and perform simultaneous releases/promotions in apt and puppet. -- Teyo Tyree :: www.reductivelabs.com -- Nigel Kersten nig...@google.com System Administrator Google, Inc

[Puppet Users] Re: will resource noop always override puppetd

2009-07-15 Thread Nigel Kersten
' [...] and I've yet to get any reliable working method going for facts and plugins in modules with environments that doesn't rely upon factsync/pluginsync. Regards, DavidS -- Nigel Kersten nig...@google.com System Administrator Google, Inc

[Puppet Users] Re: how to add apt repository with puppet

2009-07-14 Thread Nigel Kersten
[apt_update] to run apt-get update for you. This will run every time, but if you want the Exec to be a bit smarter, you'll need to do some logic there. I'm quite happy with running apt-get update on each puppet run as we don't run every 30 minutes. -- Nigel Kersten nig...@google.com System

[Puppet Users] Re: Workstations and Certs

2009-07-10 Thread Nigel Kersten
: #{certname}\n} end -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: Tracking down ensure = running problem

2009-07-10 Thread Nigel Kersten
, then the service name will be looked for in the process table. Valid values are true, false. -- Thanks, Pete -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because

[Puppet Users] Re: Provider API: delete vs. destroy

2009-07-10 Thread Nigel Kersten
On Fri, Jul 10, 2009 at 3:47 PM, jcbollingerjohn.bollin...@stjude.org wrote: Nigel Kersten wrote: Is your :parent = Puppet::Provider::NameService::ObjectAdd ? No, I have not specified an explicit parent, so I get Puppet::Provider as the superclass (which I confirmed by adding a puts

[Puppet Users] Re: SVN pre-commit hook known error

2009-07-02 Thread Nigel Kersten
the only problem? TIA, Arnau -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email

[Puppet Users] Re: SVN pre-commit hook known error

2009-07-02 Thread Nigel Kersten
On Thu, Jul 2, 2009 at 8:13 AM, Arnau Briaarnaub...@pic.es wrote: On Thu, 2 Jul 2009 07:54:44 -0700 Nigel Kersten wrote: Hi Nigel, [...] FWIW, it's also just been patched recently: http://projects.reductivelabs.com/issues/2369 Bug is about Puppet 0.25, I'm on puppet-server-0.24.8-1

[Puppet Users] Re: Puppet reparsing puppet.conf every 24 hours - is this configurable?

2009-06-30 Thread Nigel Kersten
will be left alone. Until I found that I had vague thoughts of a Puppet patch to use a checksum instead of ctime for parsed files, but this is the only time using the ctime has bothered me. Thanks, Greg On Jun 30, 1:50 am, Nigel Kersten nig...@google.com wrote: On Sun, Jun 28, 2009 at 4:42

[Puppet Users] Re: Workstations and Certs

2009-06-30 Thread Nigel Kersten
is it currently done? -kurt On Tue, Jun 30, 2009 at 2:24 PM, Nigel Kersten nig...@google.com wrote: On Tue, Jun 30, 2009 at 2:03 PM, englekurt.en...@gmail.com wrote: Well, that is what we are doing right now. However, when dealing with potentially hundred of machines, this gets a little awkward

[Puppet Users] Re: Workstations and Certs

2009-06-30 Thread Nigel Kersten
. That way, when the machine is reimaged, after its first boot it takes care of the certification issue.  Then, once puppet is running on the machine, you could have it remove the ssh key and the startup script. I like this idea. You could even turn off autosign then. -- Nigel Kersten nig

[Puppet Users] Re: Puppet reparsing puppet.conf every 24 hours - is this configurable?

2009-06-30 Thread Nigel Kersten
on that - ie. what its impact is... Maybe I submit it as a patch and see what the powers that be think of it... But on the other hand, its such a minor thing that has no real impact, so its almost not worth it... Greg On Jul 1, 12:44 am, Nigel Kersten nig...@google.com wrote: On Mon, Jun 29, 2009

[Puppet Users] Re: pkg_deploy on Macs - how to maintain State

2009-06-29 Thread Nigel Kersten
::                          your eyes: http://ezag.zoide.net ::                          your brain: http://zoide.net -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Puppet Users] Re: Problems running on Mac OS X

2009-06-29 Thread Nigel Kersten
Kersten wrote: Please note that for both Puppet and Facter, you can create packages from any git checkout/source tarball with conf/osx/createpackage.sh -- Thanks, Allan Marcus 505-667-5666 -- Nigel Kersten nig...@google.com System Administrator Google, Inc

[Puppet Users] Re: Puppet reparsing puppet.conf every 24 hours - is this configurable?

2009-06-29 Thread Nigel Kersten
, which modifies the ctime of the file, which causes Puppet to think that the file has changed and reparse it. thanks, Greg -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you

[Puppet Users] Re: pkg_deploy on Macs - how to maintain State

2009-06-29 Thread Nigel Kersten
style sqlite db for flat packages. It's still a very young project, but I really do feel that a Puppet Munki provider could give us something really quite wonderful on the Mac platform. Jason On Jun 29, 2009, at 10:40 AM, Nigel Kersten wrote: So along these lines, there are two things I've

[Puppet Users] Re: pkg_deploy on Macs - how to maintain State

2009-06-29 Thread Nigel Kersten
trying to use Puppet to maintain staff and lab computers - which is somewhat unconventional, but it stands up to the implementation!  Thanks for all your help and support! -Gary -- Nigel Kersten nig...@google.com System Administrator Google, Inc

[Puppet Users] Re: Performance of Passenger vs. Mongrel

2009-06-26 Thread Nigel Kersten
/reductivelabs/puppet/tree/607b01e82ea294068fdd554e59bc8e5fe3f9761a/ext/rack/files What are the specs of your app server? All of our puppetmasters are running on the same size hardware.  The machines have 8 cores and 12G of RAM. Do you expect Passenger to perform better? -- Nigel

[Puppet Users] Re: Problems running on Mac OS X

2009-06-26 Thread Nigel Kersten
it was when you froze the state. They have it for Windowz too. Very mush worth the money. --- Thanks, Allan Marcus 505-667-5666 On Jun 26, 2009, at 9:32 AM, Nigel Kersten wrote: On Fri, Jun 26, 2009 at 7:18 AM, Jason Hueskeschwi...@gmail.com wrote: One culprit that I've seen repeatedly

[Puppet Users] Re: Problems running on Mac OS X

2009-06-26 Thread Nigel Kersten
Marcus 505-667-5666 On Jun 26, 2009, at 10:14 AM, Nigel Kersten wrote: On Fri, Jun 26, 2009 at 9:07 AM, Allan Marcusal...@lanl.gov wrote: I just found the check box in Package Maker to follow symlinks. You have to double click on each package to get at that preference. I don't understand why

[Puppet Users] Re: Problems running on Mac OS X

2009-06-26 Thread Nigel Kersten
received, facter 1.5.5 and 1.5.6 packages up now. --- Thanks, Allan Marcus 505-667-5666 On Jun 26, 2009, at 11:03 AM, Nigel Kersten wrote: On Fri, Jun 26, 2009 at 10:00 AM, Allan Marcusal...@lanl.gov wrote: No, probably not. I was just being lazy and didn't want to push out two

[Puppet Users] Re: Puppet + HAProxy

2009-06-25 Thread Nigel Kersten
balancing across servers. I do know a few people who have HAProxy Puppet setups who aren't regularly posting on the list. I'll see if I can ping them to respond to this thread. Thanks, Roberto. -- Nigel Kersten nig...@google.com System Administrator Google, Inc

[Puppet Users] Re: Problems running on Mac OS X

2009-06-25 Thread Nigel Kersten
:164:in `require': no such file to load -- puppet (LoadError)       from /usr/bin/puppetd:164 --- Thanks, Allan Marcus 505-667-5666 -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received

[Puppet Users] Re: Problems running on Mac OS X

2009-06-25 Thread Nigel Kersten
, and break Ruby in lots of ways under Leopard. Older bundled packages of RubyCocoa are a prime culprit. --- Thanks, Allan Marcus 505-667-5666 On Jun 25, 2009, at 5:59 PM, Allan Marcus wrote: On Jun 25, 2009, at 5:43 PM, Nigel Kersten wrote: On Thu, Jun 25, 2009 at 3:03 PM, Allan

[Puppet Users] Re: how to exec a directory creation before downloading a file to that directory?

2009-06-24 Thread Nigel Kersten
/cQyirkTItbw =u/9R -END PGP SIGNATURE- -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email

[Puppet Users] Re: how to exec a directory creation before downloading a file to that directory?

2009-06-24 Thread Nigel Kersten
, but it's generally worth it.  Note: I'm nowhere near there!  I'm a newbie on the road, same as you... On Wed, Jun 24, 2009 at 01:29:54PM -0700, Nigel Kersten wrote: On Wed, Jun 24, 2009 at 1:24 PM, David Bishopda...@gnuconsulting.com wrote: Re-do that as: class theclass {        file

[Puppet Users] Re: Problem with storeconfigs

2009-06-23 Thread Nigel Kersten
- Luke Kanies |http://reductivelabs.com|http://madstop.com -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post

[Puppet Users] Re: passenger on Mac OS X question

2009-06-19 Thread Nigel Kersten
, Nigel Kersten wrote: On Thu, Jun 18, 2009 at 6:28 AM, Allan Marcus al...@lanl.gov wrote: No, I'm not. bash-3.2# ps ax | grep -i pup 10815   ??  Ss     0:00.02 /opt/local/bin/ruby /opt/local/bin/ puppetmasterd is there a special way I need to start puppetmasterd? Right now, since I'm

[Puppet Users] Re: passenger on Mac OS X question

2009-06-18 Thread Nigel Kersten
start it on the command line as the root user. Don't start puppetmasterd. Just start Apache. It handles everything with Passenger so long as your virtual host and config.ru are set up correctly. --- Thanks, Allan Marcus 505-667-5666 On Jun 17, 2009, at 7:41 PM, Nigel Kersten wrote

[Puppet Users] Re: puppet client on centos5 / apt-rpm

2009-06-18 Thread Nigel Kersten
Thanks, Hai -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: passenger on Mac OS X question

2009-06-17 Thread Nigel Kersten
will be using passenger/Rack. --- Thanks, Allan Marcus 505-667-5666 On Jun 16, 2009, at 6:24 PM, Nigel Kersten wrote: On Tue, Jun 16, 2009 at 4:39 PM, Allan Marcusal...@lanl.gov wrote: hello, I have installed an configered passenger on my OS X server according to http

[Puppet Users] Re: passenger on Mac OS X question

2009-06-17 Thread Nigel Kersten
to mongrel backends, or have a standalone puppetmasterd process that is using webrick, you're using it. Are you seeing processes like this in your process listing? Rack: /usr/share/puppet/rack/puppetmasterd On Jun 17, 2009, at 6:34 PM, Nigel Kersten wrote: On Wed, Jun 17, 2009 at 5:21 PM

[Puppet Users] Re: passenger on Mac OS X question

2009-06-16 Thread Nigel Kersten
/puppet.conf file? Nope. If you have config.ru set up correctly, there's nothing special for Passenger required in puppet.conf Just start apache, and it will set up a rack puppetmasterd application. --- Thanks, Allan Marcus 505-667-5666 -- Nigel Kersten nig...@google.com System

[Puppet Users] Re: UsingMongrelPound

2009-06-15 Thread Nigel Kersten
    Web:http://dasz.at Klosterneuburg                                         UID: ATU64260999         FB-Nr.: FN 309285 g          FB-Gericht: LG Korneuburg -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received

[Puppet Users] Puppet lunch at WWDC

2009-06-09 Thread Nigel Kersten
Tomorrow, Wed, at noon under the Elevator sign on the first floor by the cafeteria. There's a Server Engineering Lab thing at 1pm that we probably all want to go to. -- Nigel Kersten nig...@google.com System Administrator Google, Inc

[Puppet Users] Re: Specifying nodes by type

2009-06-07 Thread Nigel Kersten
I find it difficult to work out how best to document all this given that plugins in modules are still not particularly well supported with environments, and most people I've come across using environments heavily are still using factsync, no matter how legacy it seems.

[Puppet Users] Re: Specifying nodes by type

2009-06-07 Thread Nigel Kersten
On Sun, Jun 7, 2009 at 6:35 PM, James Turnbullja...@lovedthanlost.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nigel Kersten wrote: I find it difficult to work out how best to document all this given that plugins in modules are still not particularly well supported

[Puppet Users] Re: WWDC Puppeteer lunch

2009-06-04 Thread Nigel Kersten
and Development Team (CSD) Departmental Computing Services Division (DCS) Los Alamos National Laboratory 505-667-5666 al...@lanl.gov -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you

[Puppet Users] Re: WWDC Puppeteer lunch

2009-06-04 Thread Nigel Kersten
to WWDC? If it turns out it's just the two of us Allan, and you can't make the MacE meetup, we should absolutely meet for a chat at some point in the conference. I'll email you my contact details. --- Thanks, Allan Marcus 505-667-5666 On Jun 4, 2009, at 10:30 AM, Nigel Kersten wrote

[Puppet Users] Re: Vote for your favorite ticket

2009-06-03 Thread Nigel Kersten
I see. No arrows. cheers pete -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email

[Puppet Users] Re: factsync md5 checksum weirdness

2009-06-02 Thread Nigel Kersten
be appreciated... -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: Puppet deployment and upgrading itself?

2009-05-29 Thread Nigel Kersten
. No problems so far. --- Thanks, Allan Marcus 505-667-5666 -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post

[Puppet Users] Re: Puppetshow defunct?

2009-05-27 Thread Nigel Kersten
On Wed, May 27, 2009 at 3:45 AM, James Turnbull ja...@lovedthanlost.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sheldon Hearn wrote: Hi folks, Is puppetshow still a going concern? it is referred to by the Puppet Wiki's DocumentationStart page, but the target URL produces

[Puppet Users] Re: puppet:/// problem

2009-05-26 Thread Nigel Kersten
 / RD Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- ren...@tntech.edu -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you

[Puppet Users] Re: launchd starting up puppetd too early

2009-05-26 Thread Nigel Kersten
-- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: Ruby EE vs Ruby 1.8.4 results.

2009-05-12 Thread Nigel Kersten
hiccups and handles high load  much better than mongrels... Ohad On Tue, May 12, 2009 at 9:35 AM, Nigel Kersten nig...@google.com wrote: This was: ruby 1.8.4 (2005-12-24) [x86_64-linux] vs ruby 1.8.6 (2008-08-11 patchlevel 287) [x86_64-linux] Ruby Enterprise Edition 20090421 on Ubuntu

[Puppet Users] Re: Ruby EE vs Ruby 1.8.4 results.

2009-05-12 Thread Nigel Kersten
have a feeling that 1.8.4 doesn't work with 2.2.2. Ohad On 5/12/09, Nigel Kersten nig...@google.com wrote: On Tue, May 12, 2009 at 2:05 AM, Ohad Levy ohadl...@gmail.com wrote: I've been trying to reproduce your results, and got mixed results myself. I did a similar test with puppet-test

[Puppet Users] Re: creating symlinks with wildcards

2009-05-12 Thread Nigel Kersten
jdk path, you could then use it in your manifests: file { /usr/java/java: ensure = symlink, replace = true target= $jdk_path, } That would seem to be the simplest option. -- Nigel Kersten nig...@google.com System Administrator Google, Inc

[Puppet Users] Ruby EE vs Ruby 1.8.4 results.

2009-05-11 Thread Nigel Kersten
Ruby EE 20090421: peak memory consumption: 1462 MB total catalog compilation time: 13693.5 seconds wow. -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Puppet Users] Re: Ruby EE vs Ruby 1.8.4 results.

2009-05-11 Thread Nigel Kersten
On Mon, May 11, 2009 at 6:40 PM, Arjuna Christensen a...@junglist.gen.nz wrote: Hey, On 12/05/2009, at 1:35 PM, Nigel Kersten wrote: This was: ruby 1.8.4 (2005-12-24) [x86_64-linux] vs ruby 1.8.6 (2008-08-11 patchlevel 287) [x86_64-linux] Ruby Enterprise Edition 20090421 Might I

[Puppet Users] Re: Help with Passenger-based puppetmaster....

2009-05-10 Thread Nigel Kersten
/Best regards Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: +45 70 202 407 www.fab-it.dk -- Med venlig hilsen/Best regards Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: +45 70 202 407 www.fab-it.dk -- Nigel Kersten nig

[Puppet Users] Re: SSL connection errors

2009-05-09 Thread Nigel Kersten
abduxerunt. Qui annus est? PGP Key 0xA99CEB6D = 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: SSL connection errors

2009-05-09 Thread Nigel Kersten
was downright non-functional after more than a couple of puppet runs got going.  Now I can run all my nodes in parallel, and the puppetmaster doesn't so much as blink. Absolutely. Passenger is much faster and more robust than Mongrel which is much better than Webrick. -- Nigel Kersten nig

[Puppet Users] Re: tweaking Passenger/Rack for performance.

2009-05-05 Thread Nigel Kersten
On Tue, May 5, 2009 at 7:20 AM, Steven Jenkins ste...@endpoint.com wrote: Nigel Kersten wrote: On Mon, May 4, 2009 at 2:07 PM,  ch+...@zeha.at wrote: On Apr 30, 7:20 pm, Nigel Kersten nig...@google.com wrote: so here are my unorganized thoughts on Passenger settings. * PassengerMaxPoolSize

[Puppet Users] Re: long catalog run times and random connection timeouts

2009-05-04 Thread Nigel Kersten
of network connectivity issue, but I have run several tcpdumps, and everything seems to be connecting fine. Is there something else I should be looking at to determine the cause of this problem? -- Michael Conigliaro Computer Analyst Fuss O'Neill Technologies www.fandotech.com -- Nigel

[Puppet Users] Re: long catalog run times and random connection timeouts

2009-05-04 Thread Nigel Kersten
. -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: tweaking Passenger/Rack for performance.

2009-05-04 Thread Nigel Kersten
useful debugging anywhere On Mon, May 4, 2009 at 2:07 PM, ch+...@zeha.at wrote: On Apr 30, 7:20 pm, Nigel Kersten nig...@google.com wrote: so here are my unorganized thoughts on Passenger settings. * PassengerMaxPoolSize This depends a lot on two primary variables. a) How much RAM you

[Puppet Users] Re: tweaking Passenger/Rack for performance.

2009-05-04 Thread Nigel Kersten
On Mon, May 4, 2009 at 2:48 PM, ch+...@zeha.at wrote: On May 4, 11:20 pm, Nigel Kersten nig...@google.com wrote: Have you tried the 0.25 beta  with Passenger? Passenger support has been completely redone for 0.25, check ext/rack in the sources. If upgrading from 0.24.x, you at least need

[Puppet Users] Re: Factor questions

2009-05-01 Thread Nigel Kersten
files reduced load. If you're not experiencing load issues, there's no reason why you have to bundle them together unless you're sharing code amongst facts. -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received

[Puppet Users] Re: Should we really expect puppetd to die randomly? (Was: Puppet watching puppet)

2009-04-30 Thread Nigel Kersten
On Wed, Apr 29, 2009 at 11:29 PM, Ohad Levy ohadl...@gmail.com wrote: On Fri, Apr 24, 2009 at 9:45 PM, Nigel Kersten nig...@google.com wrote: ... manifest (planning to release this btw), and I've been amazed at just how much better Passenger/Rack performs compared to Pound/Nginx/Mongrel

[Puppet Users] Re: Puppet unusable on OSX 10.5.6 when installed using puppet-0.24.8.pkg

2009-04-29 Thread Nigel Kersten
, Fabian On 29 Apr., 16:40, Nigel Kersten nig...@google.com wrote: You need to install facter before puppet. On Wed, Apr 29, 2009 at 4:54 AM, fpeters fabianpet...@googlemail.com wrote: Hi all, I just learned about puppet the other day and thought it very intriguing. Now I wanted to set

[Puppet Users] Re: Question about passwords

2009-04-29 Thread Nigel Kersten
On Wed, Apr 29, 2009 at 12:27 PM, Rob McBroom mailingli...@skurfer.com wrote: On 2009-Apr-29, at 11:58 AM, Nigel Kersten wrote: hah. I did actually read that, but I didn't express myself well. I meant to point out explicitly that on OS X say, if you run this as non-root, you'll get a user

[Puppet Users] Re: Should we really expect puppetd to die randomly? (Was: Puppet watching puppet)

2009-04-24 Thread Nigel Kersten
much better Passenger/Rack performs compared to Pound/Nginx/Mongrel. -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post

[Puppet Users] Re: Using LDAP to determine package distribution

2009-04-24 Thread Nigel Kersten
server side. -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: Should we really expect puppetd to die randomly? (Was: Puppet watching puppet)

2009-04-21 Thread Nigel Kersten
it happens even once per day for the entire group. -- Mike Renfro  / RD Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- ren...@tntech.edu -- Nigel Kersten nig...@google.com System Administrator Google, Inc

[Puppet Users] Re: Think I might the idea of puppet

2009-04-21 Thread Nigel Kersten
ralsh to take the current state of resources and generate puppet manifests with them though. It's not perfect puppet syntax, but it's quite good for a lot of the types. Mike -- Nigel Kersten nig...@google.com System Administrator Google, Inc

[Puppet Users] strategies for plugins with environments?

2009-04-20 Thread Nigel Kersten
? -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: strategies for plugins with environments?

2009-04-20 Thread Nigel Kersten
On Mon, Apr 20, 2009 at 8:08 PM, Nigel Kersten nig...@google.com wrote: On Mon, Apr 20, 2009 at 6:11 PM, Jason Rojas ja...@nothingbeatsaduck.com wrote: With the use of the [production] and [development] sections of the puppetmaster config, you can specify a plugin path, you can have

[Puppet Users] Re: Hoping to document a successful install, Leopard 10.5.6

2009-04-02 Thread Nigel Kersten
presentation, http://northstarlabs.net/blog/wp-content/uploads/2008/02/, and the 'familiarity' shown by referring to Mr. Kersten by his first name.  If only there were mail goggles for groups as well, I regret the error.  Thanks, Allister -- Nigel Kersten nig...@google.com System Administrator

[Puppet Users] Re: /etc/init.d/puppet on debian

2009-04-01 Thread Nigel Kersten
/puppet/puppet.conf, which you chose not to answer. If, for example, you have: rundir = /var/run ...then you will see exactly the symptoms you describe. Keith -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You

[Puppet Users] Re: /etc/init.d/puppet on debian

2009-04-01 Thread Nigel Kersten
have no explicit rundir setting in your puppet.conf unless you want to use a custom rundir setting for your own local purposes. Keith -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because

[Puppet Users] Puppet 0.24.8 tarball broken.

2009-04-01 Thread Nigel Kersten
http://reductivelabs.com/downloads/puppet/puppet.0.24.8.tgz 0 bytes. -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group

[Puppet Users] Re: Installing 0.24.8 as gem (or deb?) on Debian

2009-03-28 Thread Nigel Kersten
On Sat, Mar 28, 2009 at 11:36 AM, Ryan Steele ryan.g.ste...@gmail.com wrote: Nigel Kersten wrote: When can we expect the 0.24.8 debs to be out? Depends on your distribution and the release you're running.  If you need it sooner than your distribution is going to work it in to your current

[Puppet Users] Re: Installing 0.24.8 as gem (or deb?) on Debian

2009-03-27 Thread Nigel Kersten
to have imparted the knowledge unto others that was once imparted unto me.  :) -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users

[Puppet Users] Re: Is there a work around to sandbox the fileserver mounts?

2009-03-26 Thread Nigel Kersten
as is, like apache vhost files and generic config files.  Does anyone know of if there is a work around to sandbox the fileserver mounts? Thanks, Tim -- Nigel Kersten nig...@google.com System Administrator Google, Inc. --~--~-~--~~~---~--~~ You received

[Puppet Users] Props to the Passenger instructions.

2009-03-25 Thread Nigel Kersten
So I just got around to trying out Passenger today, and I have to say, this is a really really simple setup. The instructions are great, and everything just worked seamlessly out of the box once I fulfilled the dependencies. -- Nigel Kersten nig...@google.com System Administrator Google, Inc

[Puppet Users] Re: Props to the Passenger instructions.

2009-03-25 Thread Nigel Kersten
* [fileserver]  allow * [puppetmaster]  allow * [puppetrunner]  allow * On Mar 25, 2009, at 6:09 PM, Nigel Kersten wrote: So I just got around to trying out Passenger today, and I have to say, this is a really really simple setup. The instructions are great, and everything just

[Puppet Users] Re: [Puppet-dev] Re: ANNOUNCE: Puppet 0.24.8 now available!

2009-03-23 Thread Nigel Kersten
On Mon, Mar 23, 2009 at 10:43 AM, Todd Zullinger t...@pobox.com wrote: James Turnbull wrote: Puppet 0.24.8 is now available! Congrats and thanks! For the impatient, I updated the Fedora and EPEL packages¹ at http://tmz.fedorapeople.org/repo/puppet/.  I'll work on getting 0.24.8 into the

[Puppet Users] Re: ANNOUNCE: Puppet 0.24.8 now available!

2009-03-23 Thread Nigel Kersten
On Mon, Mar 23, 2009 at 4:47 AM, James Turnbull ja...@lovedthanlost.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Puppet 0.24.8 is now available! Shouldn't we have had another release candidate before declaring this a final release? I've just hit a bug on our servers with plain

[Puppet Users] Re: ANNOUNCE: Puppet 0.24.8 now available!

2009-03-23 Thread Nigel Kersten
On Mon, Mar 23, 2009 at 1:59 PM, Nigel Kersten nig...@google.com wrote: On Mon, Mar 23, 2009 at 4:47 AM, James Turnbull ja...@lovedthanlost.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Puppet 0.24.8 is now available! Shouldn't we have had another release candidate before

[Puppet Users] Re: strange log messages...

2009-03-17 Thread Nigel Kersten
On Tue, Mar 17, 2009 at 12:48 PM, Steve Wray steve.w...@cwa.co.nz wrote: Nigel Kersten wrote: On Mon, Mar 16, 2009 at 12:44 PM, Steve Wray steve.w...@cwa.co.nz wrote: I'm seeing these errors on many servers: Could not run Puppet::Client::MasterClient: undefined method `-' for #XMLRPC

[Puppet Users] Re: strange log messages...

2009-03-17 Thread Nigel Kersten
On Tue, Mar 17, 2009 at 2:33 PM, James Turnbull ja...@lovedthanlost.net wrote: Steve Wray wrote: Nigel Kersten wrote: On Tue, Mar 17, 2009 at 12:48 PM, Steve Wray steve.w...@cwa.co.nz wrote: Nigel Kersten wrote: On Mon, Mar 16, 2009 at 12:44 PM, Steve Wray steve.w...@cwa.co.nz wrote: I'm

[Puppet Users] Re: creating symlinks?

2009-03-09 Thread Nigel Kersten
is not the intended recipient, the reader is hereby notified that any dissemination, distribution or copying is strictly prohibited. * P * /*/ Please consider the environment before printing this e-mail /*/ -- Nigel Kersten Systems Administrator Tech Lead - MacOps

[Puppet Users] Re: Mac OSX Package install

2009-03-04 Thread Nigel Kersten
]/Package[Firefox3.0.6-1.dmg]/ensure: change from absent to present failed: Thanks again for your help. -kurt On Mar 3, 3:51 pm, Nigel Kersten nig...@google.com wrote: engle, does it work when you avoid the define and just do a standard package install? Note that the pkgdmg provider relies upon

[Puppet Users] Re: Mac OSX Package install

2009-03-04 Thread Nigel Kersten
We actually have a Makefile based system here that we're looking at possibly open sourcing in the next few months. -- Nigel Kersten Systems Administrator Tech Lead - MacOps --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Puppet Users] Re: Mac OSX Package install

2009-03-03 Thread Nigel Kersten
get installed. Any help would be appreciated. More information gladly provided if needed. Thanks, -kurt -- Nigel Kersten Systems Administrator Tech Lead - MacOps --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Puppet Users] Re: Puppet Python release?

2009-02-27 Thread Nigel Kersten
by executables in a certain directory, which is about as far as I can see Python integration with Puppet going. -- Nigel Kersten Systems Administrator Tech Lead - MacOps --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: Facter - the future - your input needed

2009-02-18 Thread Nigel Kersten
://www.solvention.de mailto:i...@solvention.de -- Nigel Kersten Systems Administrator Tech Lead - MacOps --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: ANNOUNCE: Facter 1.5.4

2009-02-17 Thread Nigel Kersten
SIGNATURE- -- Nigel Kersten Systems Administrator Tech Lead - MacOps --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: New Reductive Site

2009-02-17 Thread Nigel Kersten
On Tue, Feb 17, 2009 at 1:53 AM, Andrew Shafer and...@reductivelabs.com wrote: Puppeteers, We put up a new site for Reductive Labs and moved the trac to a new host and by the time you get the DNS should have propagated. If you find any issues with the site or the wiki, please let us know

[Puppet Users] Re: ANNOUNCE: Facter 1.5.4

2009-02-17 Thread Nigel Kersten
On Tue, Feb 17, 2009 at 1:26 PM, James Turnbull ja...@lovedthanlost.net wrote: Nigel Kersten wrote: We're not doing release candidates for Facter? We did. Announced in all the usual places. Yeah. Somehow I missed it. My fault entirely

[Puppet Users] Re: Best method to monitor puppetmasterd?

2009-02-12 Thread Nigel Kersten
On Thu, Feb 12, 2009 at 6:19 PM, Larry Ludwig larry...@gmail.com wrote: Yea I want to make sure puppetmaster returns some sort of valid result. Though the monit for memory leaks is not a bad idea. More than just pinging a port. We have some python I've been meaning to try and get published

[Puppet Users] Re: Testing puppet manifests

2009-02-08 Thread Nigel Kersten
, but that started breaking at some point quite a while ago. The best test though is to have machines that puppet against your most unstable branches continuously imho. Thanks, Matt 2009/1/7 Nigel Kersten nig...@google.com We use environments for a release process, so we can test releases before

[Puppet Users] Re: Installing on OS X server 10.4.11

2009-02-06 Thread Nigel Kersten
success in getting the daemon to run. Any help would be greatly appreciated. Thanks in advance. -Dan -- Nigel Kersten Systems Administrator Tech Lead - MacOps --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Puppet Users] Thoughts: Advantages of having a puppetmaster ?

2009-02-05 Thread Nigel Kersten
change until the clients can connect to the puppetmaster(s) again. On the assumption that exposing the puppet manifests themselves to the clients doesn't create any security issues, I'm interested in people's thoughts on the advantages of having a puppetmaster for a laptop client base. -- Nigel

[Puppet Users] Re: Facter - the future - your input needed

2009-02-05 Thread Nigel Kersten
. -- Nigel Kersten Systems Administrator Tech Lead - MacOps --~--~-~--~~~---~--~~ 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 from

[Puppet Users] Re: Facter - the future - your input needed

2009-01-30 Thread Nigel Kersten
: is keeping your puppet node information in ldap with extra variables not a better way to do that? -ross Sophos Plc, The Pentagon, Abingdon Science Park, Abingdon, OX14 3YP, United Kingdom. Company Reg No 2096520. VAT Reg No GB 348 3873 20. -- Nigel Kersten Systems Administrator

<    5   6   7   8   9   10   11   >