Re: [Puppet Users] poor mans puppet, can puppet work with a offline puppetmaster?

2011-04-02 Thread Cosimo Streppone
On Sat, 02 Apr 2011 08:27:35 +1100, Nigel Kersten wrote: On Fri, Apr 1, 2011 at 5:00 AM, S Ahmed wrote: Could I use my local laptop as a puppet master, and only start up the puppetmaster when I have a change I want to send over to the nodes? Say I only have 1 server, and I don't want or eve

Re: [Puppet Users] poor mans puppet, can puppet work with a offline puppetmaster?

2011-04-02 Thread Dan Bode
On Sat, Apr 2, 2011 at 3:54 AM, Cosimo Streppone wrote: > On Sat, 02 Apr 2011 08:27:35 +1100, Nigel Kersten > wrote: > > On Fri, Apr 1, 2011 at 5:00 AM, S Ahmed wrote: >> >>> Could I use my local laptop as a puppet master, and only start up the >>> puppetmaster when I have a change I want to se

[Puppet Users] adding dns entries to windows(2k3/2k8) dns server

2011-04-02 Thread Dave Augustus
When I add a web site to a server managed by puppet, I need to update DNS. Unfortunately, most of the clients are part of a windows AD domain. These web sites are for internal development, testing and qa. Anyone have suggestions on how I could accomplish this from puppet? That is: In a puppet

Re: [Puppet Users] PSON! Grrr!

2011-04-02 Thread Douglas Garstang
On Fri, Apr 1, 2011 at 4:24 PM, Hugo Cisneiros (Eitch) < hugo.cisnei...@gmail.com> wrote: > On Fri, Apr 1, 2011 at 11:07 AM, Douglas Garstang >> wrote: >> > These PSON messages are driving me crazy. It's not unusual to have to >> > restart the client 3 times to get past it. Anyone know the cause?

[Puppet Users] Re: ssh_authorized_keys - not adding keys ... (??)

2011-04-02 Thread Cody Robertson
It looks like the `user` portion is overriding the original resource? I haven't checked if this would work but maybe you can do something along these lines: Ssh_authorized_key <| title == "test.user.key" |>{ user => ["test.user","studio_app"], } -- You receive

[Puppet Users] Re: puppet client could not request certificate: Error 500 on SERVER

2011-04-02 Thread Cody Robertson
No that's not normal - you shouldn't have to manually start the start the master like that.. it sounds like your setup is goofy - can you provide logs from the actual server? The portion you provided us is simple the result of the web server saying there is no backend / the backend crashed / the

Re: [Puppet Users] Re: Use puppet to preconfigure gnome gvfs shares

2011-04-02 Thread Christian Kauhaus
Am 01.04.2011 11:11, schrieb spidernik84: 1. puppet detects the logged in username and sets this as a variable 2. puppet outputs a customized .gtk-bookmarks file with the network paths inside, in this format smb://domain.com;john...@url.of.the.server/home$/johndoe Johndoe share 3. puppet saves t

Re: [Puppet Users] gems, ruby installs, and paths

2011-04-02 Thread Robin Lee Powell
No-one has hit this issue? I'm really surprised. -Robin On Fri, Apr 01, 2011 at 02:39:35AM -0700, Robin Lee Powell wrote: > > I'm working on a system (not created by me, I swear) that has > something like 5 different versions of ruby installed, including a > couple of versions of jruby. > > I

Re: [Puppet Users] PSON! Grrr!

2011-04-02 Thread Nigel Kersten
On Sat, Apr 2, 2011 at 11:13 AM, Douglas Garstang wrote: > Ah, Ok. I was using passenger once as well, but wasn't able to implement it > a second time. To get passenger to work with puppet, you need to have > exactly the right combination of packages/RPM's available. To know the exact > version c

Re: [Puppet Users] puppetdoc utf-8

2011-04-02 Thread Brice Figureau
On 02/04/11 01:15, Hugo Cisneiros (Eitch) wrote: > Hi, > > Is there any support for UTF-8 in puppetdoc? I see in the HTML output > that it generates the document as iso-8859-1 and some characters in my > language gets "corrupted" while displayinf the pages on browser. At the > html's source, I can

RE: [Puppet Users] gems, ruby installs, and paths

2011-04-02 Thread Bill Weiss
> -Original Message- > From: puppet-users@googlegroups.com [mailto:puppet- > us...@googlegroups.com] On Behalf Of Robin Lee Powell > Sent: Friday, April 01, 2011 4:40 AM > To: Puppet Users > Subject: [Puppet Users] gems, ruby installs, and paths > > > I'm working on a system (not created

Re: [Puppet Users] gems, ruby installs, and paths

2011-04-02 Thread Nigel Kersten
On Sat, Apr 2, 2011 at 4:29 PM, Bill Weiss wrote: > In a similar situation (ruby-1.8.x and REE installed on a server), I found > that mangling the PATH to point at the appropriate ruby did it.  That only > works if your entire puppet config (including puppet itself?) works with that > ruby, of

RE: [Puppet Users] gems, ruby installs, and paths

2011-04-02 Thread Bill Weiss
> -Original Message- > From: Nigel Kersten [mailto:ni...@puppetlabs.com] > Sent: Saturday, April 02, 2011 7:05 PM > To: puppet-users@googlegroups.com > Cc: Bill Weiss > Subject: Re: [Puppet Users] gems, ruby installs, and paths > > On Sat, Apr 2, 2011 at 4:29 PM, Bill Weiss > wrote: > >

[Puppet Users] Puppetmaster behind ssh with remote port forward

2011-04-02 Thread Eric
Hi Folks, I'm trying to setup a test envoriment which is composed by a puppetmaster running in my laptop (Macos Snow Leopard) and a puppet client running on a EC2 instance at Amazon. In order to allow the client to talk with the master I'm using an SSH Remote port forward, ie I login into from the