[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 stored

[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] 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

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

2009-11-19 Thread william pink
On Thu, Nov 19, 2009 at 3:12 PM, JoE joehil...@gmail.com 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

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 around:

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 the

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. puppet

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 add that

[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

[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

[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

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:

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 are

[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 catalog

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 I set

[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] 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 doug.garst...@gmail.comwrote: 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

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] are read-only type attributes usable?

2009-11-19 Thread Nigel Kersten
On Thu, Nov 19, 2009 at 3:53 PM, Dan Bode d...@reductivelabs.com wrote: 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

[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

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

2009-11-19 Thread James Turnbull
2009/11/20 Douglas Garstang doug.garst...@gmail.com: 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