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

2009-03-25 Thread Ohad Levy
not really :) as Nigel said, its mostly plug and play compared to mongrels (and even worst dynamic mongrels) On Thu, Mar 26, 2009 at 9:36 AM, Jason Rojas wrote: > > Did you have any issues where you had to add *s to namespace.conf > like I did? > > [puppetreports.report] > allow * > > [puppetbu

[Puppet Users] Re: compressing client/server communications

2009-03-25 Thread Ohad Levy
I would suggest to have an option to enable/disable it per client, as my puppetmasters are low on cpu...(e.g. too many clients ;)) did you file a feature request for it? On Thu, Mar 26, 2009 at 2:21 PM, Ben wrote: > > Larry Ludwig wrote: > > Hmm interesting idea. > > > > While the puppetmaster wi

[Puppet Users] Re: compressing client/server communications

2009-03-25 Thread Ben
Larry Ludwig wrote: > Hmm interesting idea. > > While the puppetmaster will work without issue, the issue becomes the > client (puppetd) must decode it. > > I suspect a code change. > > -L > > > On Mar 25, 2009, at 8:56 PM, Ben wrote: > > >> I just started a WAN Optimization trial with some J

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

2009-03-25 Thread Nigel Kersten
On Wed, Mar 25, 2009 at 6:36 PM, Jason Rojas wrote: > > Did you have any issues where you had to add  *s to namespace.conf > like I did? Not at all. This was with 0.24.8. I don't actually have a namespace.conf file at all. This wasn't quite a normal install from scratch. I bootstrapped our nor

[Puppet Users] Re: compressing client/server communications

2009-03-25 Thread Larry Ludwig
Hmm interesting idea. While the puppetmaster will work without issue, the issue becomes the client (puppetd) must decode it. I suspect a code change. -L On Mar 25, 2009, at 8:56 PM, Ben wrote: > > I use, and depend on, puppet extensively and a good portion of the > servers (nodes) are remo

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

2009-03-25 Thread Jason Rojas
Did you have any issues where you had to add *s to namespace.conf like I did? [puppetreports.report] allow * [puppetbucket] allow * [fileserver] allow * [puppetmaster] allow * [puppetrunner] allow * On Mar 25, 2009, at 6:09 PM, Nigel Kersten wrote: > > So I just got around

[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] compressing client/server communications

2009-03-25 Thread Ben
I use, and depend on, puppet extensively and a good portion of the servers (nodes) are remote, across a WAN. I just started a WAN Optimization trial with some Juniper gear, one of the components of WAN optimization is compression and the puppet client/server communication is compressing pretty

[Puppet Users] Re: Subscribe to a recursive file...

2009-03-25 Thread Gary Law
The following, which is very similar to what you posted, works for me in so far as it triggers the Exec if a subdirectory of /var/named is created, if a new file is created in the subdir, or if an existing file is modified in the subdir: class rectest { exec { "/etc/init.d/named reload":

[Puppet Users] Re: LDAP Nodes, Solaris Puppetmaster and SSL/TLS

2009-03-25 Thread Christopher Webber
I am using OpenLDAP on both ends. ldapsearch works with both start_tls and via ssl. It seems that the issue is directly related to the ruby- ldap libraries. Chris On Mar 25, 2009, at 1:54 PM, Rob McBroom wrote: > > On 2009-Mar-23, at 4:48 PM, Christopher Webber wrote: > >> Does anyone have a

[Puppet Users] Re: LDAP Nodes, Solaris Puppetmaster and SSL/TLS

2009-03-25 Thread Rob McBroom
On 2009-Mar-23, at 4:48 PM, Christopher Webber wrote: > Does anyone have a puppetmaster working on Solaris that uses LDAP > nodes and connects to the ldap server using SSL or TLS? I have tried > everything to make it happen but cant seem to find the magical > combination, if there is one, to get

[Puppet Users] Re: Subscribe to a recursive file...

2009-03-25 Thread Craig Dunn
> I'd try to change the /var/named to this:- > > file { "/var/named": > ensure => directory, > notify => Exec["/etc/init.d/named reload"], > owner => named, > group => named, > mode=> 0644, > require => File["/etc/named.

[Puppet Users] Re: Subscribe to a recursive file...

2009-03-25 Thread Gary Law
2009/3/25 Craig Dunn > > Hi All > > I've got this configuration to manage bind, I want the exec to be run > whenever anything under /var/named or the file /etc/named.conf gets > updated > > file { "/etc/named.conf": > owner => root, > group

[Puppet Users] Re: Installing 0.24.8 as gem on Debian

2009-03-25 Thread Kyle Cordes
Eric Gerlach wrote: > As a point of reference, it took about 2-3 weeks for 0.24.7 to get packaged. > You'll have to get it from the experimental repository, though. It's not hard to whip up your own package though, if you don't mind it being a bit ugly: Grab the Puppet source. Grab the .diff

[Puppet Users] Subscribe to a recursive file...

2009-03-25 Thread Craig Dunn
Hi All I've got this configuration to manage bind, I want the exec to be run whenever anything under /var/named or the file /etc/named.conf gets updated file { "/etc/named.conf": owner => root, group => root, m

[Puppet Users] Re: Installing 0.24.8 as gem on Debian

2009-03-25 Thread Eric Gerlach
On Tue, Mar 24, 2009 at 09:09:35PM -0700, Russ Allbery wrote: > > Graham Stratton writes: > > > I have just tried to install puppet 0.24.8 as a gem on a clean Debian > > Lenny system. The puppetd script is not added to my path. Is this a > > bug or have I made a mistake? > > Gem and real d

[Puppet Users] Re: files being truncated

2009-03-25 Thread Tom Brown
> > We saw some corrupt files in the 0.24.1 or so timeframe, but I've > never seen truncated files. > > Can you provide info on the Puppet release, platform, etc.? > > $ rpm -qa | grep puppet puppet-0.24.7-4.el4 puppet-server-0.24.7-4.el4 clients are # rpm -qa | grep puppet puppet-0.24.7-

[Puppet Users] Re: rpm failing on RHEL4

2009-03-25 Thread Thomas Bikeev
Hi Avi, you are right but it does not really matter, the trouble already begins with debug: Puppet::Type::Package::ProviderRpm: Executing '/bin/rpm -- version' wrong number of arguments (2 for 1) Thomas On Mar 24, 9:49 pm, Avi Miller wrote: > Hi, > > On Wed, Mar 25, 2009 at 3:49 AM, Thomas B