Re: [Puppet Users] Someone broke the reductive web site...

2009-11-19 Thread James Turnbull
2009/11/20 Douglas Garstang : > Currently getting: > > "Error: Failed to load processor TracNav > No macro or processor named 'TracNav' found" > > at: > http://reductivelabs.com/trac/puppet > > when clicking on the top level documentation link. > > :( > > Doug. > It's resolved. The Trac instance

[Puppet Users] passenger not accepting alternate config file

2009-11-19 Thread John Warburton
Hi All First up I have puppet (0.25.1), ruby (1.8.7p174), facter (1.5.7) on RHEl 5.1 all in non standard locations - but can get puppetmasterd running with WEBrick pup...@linux% echo $RUBYLIB /apps/puppet/puppet/lib:/apps/puppet/facter/lib pup...@linux% echo $PATH /apps/puppet/ruby/bin:/apps/pup

Re: [Puppet Users] are read-only type attributes usable?

2009-11-19 Thread Nigel Kersten
On Thu, Nov 19, 2009 at 3:53 PM, Dan Bode wrote: > On Thu, Nov 19, 2009 at 11:52 AM, Andrew Schulman > wrote: >> >> The Type Reference lists 8 read-only type attributes, but I can't find any >> information in the documentation about how to use them.  Are they usable, >> and if so how? >> >> Here'

Re: [Puppet Users] Someone broke the reductive web site...

2009-11-19 Thread Michael T. Halligan
You mean it wasn't broken by the idea of using Trac instead of something that doesn't suck? (yeah I know, not helpful) On Nov 19, 2009, at 4:19 PM, Douglas Garstang wrote: > Currently getting: > > "Error: Failed to load processor TracNav > No macro or processor named 'TracNav' found" > > at:

Re: [Puppet Users] Someone broke the reductive web site...

2009-11-19 Thread Dan Bode
Hi Doug, On Thu, Nov 19, 2009 at 6:19 PM, Douglas Garstang wrote: > Currently getting: > > "Error: Failed to load processor TracNav > No macro or processor named 'TracNav' found" > > at: > http://reductivelabs.com/trac/puppet > > We are aware of the issue. It was caused by a trac security update.

[Puppet Users] Someone broke the reductive web site...

2009-11-19 Thread Douglas Garstang
Currently getting: "Error: Failed to load processor TracNav No macro or processor named 'TracNav' found" at: http://reductivelabs.com/trac/puppet when clicking on the top level documentation link. :( Doug. -- You received this message because you are subscribed to the Google Groups "Puppet

Re: [Puppet Users] are read-only type attributes usable?

2009-11-19 Thread Dan Bode
On Thu, Nov 19, 2009 at 11:52 AM, Andrew Schulman < google-groups-and...@sneakemail.com> wrote: > The Type Reference lists 8 read-only type attributes, but I can't find any > information in the documentation about how to use them. Are they usable, > and if so how? > > Here's my #1 example: when

[Puppet Users] Numerically-named environments?

2009-11-19 Thread Scott Smith
Naming an environment something like "01" doesn't seem to work for me (0.25.1). # puppetd --test --environment=01 err: Could not retrieve catalog from remote server: Error 400 on SERVER: The indirection name must be purely alphanumeric, not 'foo.bar.com' warning: Not using cache on failed catalo

Re: [Puppet Users] Puppet explained, in badly-drawn cartoons

2009-11-19 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julian Simpson wrote: >> It was slightly inspired by Luke's talk at GLLUG a couple of years >> ago, but I don't have his Keynote skills, so I just drew everything >> with pen and paper and scanned it in :) > > John's slide's were damn well done. Mine

Re: [Puppet Users] Puppet explained, in badly-drawn cartoons

2009-11-19 Thread Julian Simpson
> It was slightly inspired by Luke's talk at GLLUG a couple of years > ago, but I don't have his Keynote skills, so I just drew everything > with pen and paper and scanned it in :) John's slide's were damn well done. Mine are more corporate. I spoke after him: http://www.build-doctor.com/2009/1

[Puppet Users] Re: Problem with storedconfigs on Ubuntu Jaunty (9.04)

2009-11-19 Thread seph
Adam Ryczkowski writes: >> > Since it appeared to be impossible to get recent puppet with augeas >> > and stored configs running on Hardy (8.04), I tried to install it on >> > Jaunty. Unfortunately my attempt failed on stored configs. >> >> As said before, I'm using the current puppet and augeas

[Puppet Users] Puppet explained, in badly-drawn cartoons

2009-11-19 Thread John Arundel
Hi, I thought this might amuse you if you haven't already seen it. The slides and video from my recent talk at LRUG on 'Agile Sysadmin and the Art of Infrastructure Automation' - subtitled 'Is Your Sysadmin Dumber Than A Hamster?'[1] http://bitfieldconsulting.com/agile-sysadmin It was slightly i

[Puppet Users] are read-only type attributes usable?

2009-11-19 Thread Andrew Schulman
The Type Reference lists 8 read-only type attributes, but I can't find any information in the documentation about how to use them. Are they usable, and if so how? Here's my #1 example: when I set the mode on a file resource, I want to set a different default mode for a file than for a directory.

[Puppet Users] Re: Problem with storedconfigs on Ubuntu Jaunty (9.04)

2009-11-19 Thread Adam Ryczkowski
Well, it seems I didn't have to. After reboot (and automatic start puppetmasterd as a daemon) the database miraculously appeared. The storedconfigs still didn't work, and puppetmasterd complained (in a very verbose way) something about insufficient permission. So chowned the sqlite database for use

Re: [Puppet Users] Re: Problem with storedconfigs on Ubuntu Jaunty (9.04)

2009-11-19 Thread Julian Simpson
> Well, I didn’t. There is no menton of any more reconfiguring sqlite3 > beyond those threee statements in the puppet.conf, which I wrote > about. I took those statements from Puppet Wiki: > > storeconfigs = true > dbadapter = sqlite3 > dblocation = /var/lib/puppet/storeconfigs.sqlite > > I will ad

Re: [Puppet Users] Firewall between master and client?

2009-11-19 Thread Peter Meier
> Will puppet work if a firewall is set up between these two hosts that > only allows traffic from the server to the client (server -> client), > or is two communication required? actually communication from the client to the server is the only thing that is required for the standard setup. pupp

Re: [Puppet Users] Firewall between master and client?

2009-11-19 Thread Christopher Webber
No. The client pulls down the config, initiating the session. -- cwebber On Nov 19, 2009, at 7:12 AM, JoE wrote: > I understand that puppet needs port 8140 tcp/udp open for server and > client. > > Will puppet work if a firewall is set up between these two hosts that > only allows traffic from t

Re: [Puppet Users] Firewall between master and client?

2009-11-19 Thread Thomas Bellman
JoE wrote: > I understand that puppet needs port 8140 tcp/udp open for server and > client. > > Will puppet work if a firewall is set up between these two hosts that > only allows traffic from the server to the client (server -> client), > or is two communication required? It's the other way aro

Re: [Puppet Users] Firewall between master and client?

2009-11-19 Thread william pink
On Thu, Nov 19, 2009 at 3:12 PM, JoE wrote: > I understand that puppet needs port 8140 tcp/udp open for server and > client. > > Will puppet work if a firewall is set up between these two hosts that > only allows traffic from the server to the client (server -> client), > or is two communication

[Puppet Users] Firewall between master and client?

2009-11-19 Thread JoE
I understand that puppet needs port 8140 tcp/udp open for server and client. Will puppet work if a firewall is set up between these two hosts that only allows traffic from the server to the client (server -> client), or is two communication required? Thanks for the help, -JoE -- You received t

[Puppet Users] Configuring SNMP on IBM-AIX

2009-11-19 Thread Farooque M Haris
Dear all, I have configure SNMP on IBM-AIX machine. since, in AIX there are number of sub-agents running for snmp agent i.e. number of configuration files to alter e.g. snmpdv3.conf, snmpmibd.conf, aixmibd.conf, hostmibd.conf. Has anybody configured them before? what could be a better way to do

[Puppet Users] Re: Problem with storedconfigs on Ubuntu Jaunty (9.04)

2009-11-19 Thread Adam Ryczkowski
> > Since it appeared to be impossible to get recent puppet with augeas > > and stored configs running on Hardy (8.04), I tried to install it on > > Jaunty. Unfortunately my attempt failed on stored configs. > > As said before, I'm using the current puppet and augeas on ubuntu > hardy. I'm using s

[Puppet Users] logging to syslog does not distinct between errors notice and warning.

2009-11-19 Thread Rene
Hi If I run puppetd on a client with -l console I see things like: ... warning: //Node[default]/packages/ notice: ... err: ... ... Here puppet makes a distinction between errors, notice and warning. But it I run puppet without the -l option, I see the entries in /var/ log/messages. But there pup