[Puppet Users] managing ip addresses

2009-08-17 Thread Chris Blumentritt
I am trying to manage ip address aliases and I cannot come up with a good strategy. I have three webhead servers that are balanced via a hardware load balancer. I have a define that will be setting up website config on each server and one piece I need to sort out is configuring ip addresses on th

[Puppet Users] Re: Best Practices Rewrite - First Draft

2009-08-17 Thread David Schmitt
Francois Deppierraz wrote: > Hi, > > David Schmitt wrote: > >> * Environments and the workflow surrounding them >> >> There is already UsingMultipleEnvironments, which has all the technical >> stuff. Perhaps a few sentences about how to use the production, testing, >> and development environme

[Puppet Users] Re: puppet on windows - installation problems

2009-08-17 Thread Peter Meier
Hi > I've just tried to install puppet 0.25rc1 (from source) on windows. I > have three problems: > * install.rb script tries to create files puppetca, puppetd, puppetqd, > puppetrun in c:\ruby\sbin (no such dir in ruby installation) - small > one :) > * puppet cannot start - it tires to re

[Puppet Users] Re: GNI under 1.8.5

2009-08-17 Thread Ohad Levy
Hi Matt, Do you have the active scaffold plugin (in the vendor/plugins directory)? if you don't, you can get it by doing git submodule update --init or if you have an old version of git you might to do init and update in two separated git runs... one of the platforms I've tested GNI on was RHE5 s

[Puppet Users] Re: multiple ignore in file type

2009-08-17 Thread Francois Deppierraz
Hi, nmay wrote: > Tell me pls how can i use multiple ignore in file types > by other words i wanna use such syntax: > file { "/foo/dir": > source => "puppet://host/fooscripts", > notify => Service["fooservice"], > recurse => true, > ignore => [".svn", ".foo"] > } You should be able to u

[Puppet Users] Re: Best Practices Rewrite - First Draft

2009-08-17 Thread Francois Deppierraz
Hi, David Schmitt wrote: > * Environments and the workflow surrounding them > > There is already UsingMultipleEnvironments, which has all the technical > stuff. Perhaps a few sentences about how to use the production, testing, > and development environment. I sketched a schema describing the

[Puppet Users] Re: nagios? naginator?

2009-08-17 Thread Francois Deppierraz
Hi Steve, Steve Wray wrote: > If I recall correctly, from last time I tried to use this feature, it > wasn't producing nagios configurations that actually worked in the current > nagios release. > > We are now on nagios 3.0.6 > > I'd like to know whether the current nagios code in puppet is

[Puppet Users] GNI under 1.8.5

2009-08-17 Thread Matt
Anyone got Ohad's GNI working under ruby 1.8.5? I've got as far as gni]# ./script/server -e production => Booting WEBrick => Rails 2.3.2 application starting on http://0.0.0.0:3000 /var/opt/GNI/gni/app/controllers/architectures_controller.rb:2: undefined method `active_scaffold' for Architecture

[Puppet Users] puppet on windows - installation problems

2009-08-17 Thread Grzegorz MarszaƂek
Hello! I've just tried to install puppet 0.25rc1 (from source) on windows. I have three problems: * install.rb script tries to create files puppetca, puppetd, puppetqd, puppetrun in c:\ruby\sbin (no such dir in ruby installation) - small one :) * puppet cannot start - it tires to require sy

[Puppet Users] Re: Alerts in puppet and puppetmaster

2009-08-17 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Bellman wrote: > James Turnbull wrote: > >> Then have a look at piping the results of one of the reports (or >> designing your own report - they are very extensible) to something: > > They may be very extensible, but they aren't very well doc

[Puppet Users] Alerts in puppet and puppetmaster

2009-08-17 Thread Thomas Bellman
James Turnbull wrote: > Then have a look at piping the results of one of the reports (or > designing your own report - they are very extensible) to something: They may be very extensible, but they aren't very well documented, so you need to be at least a couple levels higher on Puppet wizardry t