Re: [Puppet Users] Refresh an exec only if another file changes

2010-04-29 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From what I see, yours will cope with the case where I update menu.lst server-side, but what if somebody changes the client's copy of /boot/grub/menu.lst? It seems puppet won't notice it so won't recover the proper contents (as per the

[Puppet Users] Puppet manifests under version control issue

2010-04-29 Thread Maxim Ianoglo
Hello, I tried to add a pre-commit hook using this tutorial: projects.puppetlabs.com/projects/puppet/wiki/Puppet_Version_Control But I get this error. = [im(1000)@tech04:~/puppet2/trunk/clients/puppet/modules/main/inetd/

Re: [Puppet Users] Puppet manifests under version control issue

2010-04-29 Thread Patrick
On Apr 29, 2010, at 12:54 AM, Maxim Ianoglo wrote: Hello, I tried to add a pre-commit hook using this tutorial: projects.puppetlabs.com/projects/puppet/wiki/Puppet_Version_Control But I get this error. =

Re: [Puppet Users] Refresh an exec only if another file changes

2010-04-29 Thread David Schmitt
On 4/28/2010 10:10 PM, Jesús M. Navarro wrote: Hi, list: I'm trying to add a Debian-based Xen Dom0 server to puppet management. One of the files I want to consider is /boot/grub/menu.lst since it contains some Xen-related options. When managing it by hand I'd produce a skeleton for menu.lst

[Puppet Users] Hostname was not a match with the server certificate -- Arrgh!

2010-04-29 Thread Gabriel - IP Guys
On the client Client #] puppetd --test --trace http://pastebin.com/eft1Qmuv Full output of the command is above, last three lines, # err: Could not retrieve catalog from remote server: hostname was not match with the server certificate # warning: Not using cache on failed catalog # err:

RE: [Puppet Users] Hostname was not a match with the server certificate -- Arrgh!

2010-04-29 Thread Gabriel - IP Guys
-Original Message- From: puppet-users@googlegroups.com [mailto:puppet-us...@googlegroups.com] On Behalf Of Peter Meier Sent: Thursday, April 29, 2010 2:16 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Hostname was not a match with the server certificate -- Arrgh!

Re: [Puppet Users] Hostname was not a match with the server certificate -- Arrgh!

2010-04-29 Thread Peter Meier
Puppet.domain.com puppetmaster.domain.com both point to the correct machine. The client can connect to the server with no problem, and also vice versa. The firewall is relaxed sufficiently on both client and server for puppet to communicate. Both systems are on the same network switch, all

Re: [Puppet Users] Hostname was not a match with the server certificate -- Arrgh!

2010-04-29 Thread Brice Figureau
On Thu, 2010-04-29 at 12:27 +0100, Gabriel - IP Guys wrote: On the client Client #] puppetd --test --trace http://pastebin.com/eft1Qmuv Full output of the command is above, last three lines, # err: Could not retrieve catalog from remote server: hostname was not match with the

[Puppet Users] puppetmaster not responding

2010-04-29 Thread Phillip B Oldham
I'm unable to get a response from the puppetmaster I'm testing with. `netstat -apn` shows puppetmaster/ruby listening on port 8140, but telnet connections are refused both from a different location and from the commandline on the master server. I've restarted a number of times but I'm still

Re: [Puppet Users] Hostname was not a match with the server certificate -- Arrgh!

2010-04-29 Thread Alan McKay
What version are you using? I just had the same issue with a 0.23 version and when I upgraded to 0.25 it went away -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of In Defense of Food -- You received this message because you are subscribed to the

Re: [Puppet Users] Puppetmaster with stored configs leaks file descriptors on CentOS 5

2010-04-29 Thread Arnaud Gomes-do-Vale
Christopher chris...@pricegrabber.com writes: I ran into this same thing. Update (rebuild) to the following rpms versions from fedora 11: rubygem-activerecord.noarch 1:2.3.2-4.fc11 rubygem-activesupport.noarch1:2.3.2-2.fc11 rubygem-rack.noarch

Re: [Puppet Users] Re: Puppet manifests under version control issue

2010-04-29 Thread Trevor Hemsley
Don't forget that subversion hooks run without an environment... For security reasons, the Subversion repository executes hook scripts with an empty environment---that is, no environment variables are set at all, not even $PATH or %PATH%. Because of this, a lot of administrators are baffled when

[Puppet Users] clients stopped retrieving catalog - error 403 forbidden request - possible corruption?

2010-04-29 Thread Jason Amato
All 150 , except two, clients have suddenly stopped retrieving catalogs from the master. Something happened last night, no changes were made. I have been running everything for many months now. Maybe something with the certificates? I can I sync the certs from the master back to the clients?

[Puppet Users] LF complete recipe bundle

2010-04-29 Thread Alan McKay
Hey folks, I've seen the recipes page and smatterings of this-and-that, but what I'd really like to see is a big tarball of someone's entire /etc/puppet directory on their puppetmaster, to be able to see the interactions between all the different components. What would be really useful is

[Puppet Users] macaddress fact

2010-04-29 Thread Marcus, Allan B
How does puppet determine the macaccess fact? For example, my MacPro has two enternet ports. macaddress = 00:25:00:ef:fb:ce macaddress_en0 = 00:25:00:ef:cf:a1 macaddress_en1 = 00:25:00:ef:fb:ce if I change the wire to the other port (and set the IP address appropriately in network), I get the

[Puppet Users] Including a package provider in a module

2010-04-29 Thread okkokko
Hi, I've written a package provider for Openpkg and I'd like to put it in a module instead of modifying the source of each puppet I install. So I've create a file /etc/puppet/modules/openpkg/lib/puppet/provider/ openpkg.rb and a manifest to test the installation of some packages /

[Puppet Users] gem provider and alternate Ruby installs

2010-04-29 Thread Mark Plaksin
Hi: Can I give the gem package provider the path to the gem command? I can't see a way to do that. We'd like to do it to, for example, install gems into our ruby-ee install. Thanks! -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to

Re: [Puppet Users] macaddress fact

2010-04-29 Thread Marcus, Allan B
I figured it out. It is an oversight in the macaddress.rb file for facter. I've already fixed it on my computer and I will open a bug to have it fixed. This only affects darwin nodes. --- Thanks, Allan Marcus 505-667-5666 On Apr 29, 2010, at 11:46 AM, Marcus, Allan B wrote: How does

Re: [Puppet Users] puppetmaster not responding

2010-04-29 Thread Patrick
On Apr 29, 2010, at 8:08 AM, Phillip B Oldham wrote: I'm unable to get a response from the puppetmaster I'm testing with. `netstat -apn` shows puppetmaster/ruby listening on port 8140, but telnet connections are refused both from a different location and from the commandline on the master

[Puppet Users] Odd error

2010-04-29 Thread Baker, Luke Jefferson
Hello, On our 'dev' puppetmaster, we are experiencing a weird error, or bug. If I manually call puppet (or let the schedule kick it off) this is returned.. err: Could not retrieve catalog from remote server: Error 400 on SERVER: private method `gsub' called for :puppetreports.report:Symbol

Re: [Puppet Users] Odd error

2010-04-29 Thread Michael DeHaan
What version of Puppet? Anything interesting in the logs? I see similar errors in google history but nothing mentioning 'puppetreports.report' ... --Michael On Thu, Apr 29, 2010 at 3:36 PM, Baker, Luke Jefferson bake...@missouri.edu wrote: Hello, On our ‘dev’ puppetmaster, we are

RE: [Puppet Users] Odd error

2010-04-29 Thread Baker, Luke Jefferson
puppet-0.25.4-1.el5 puppet-server-0.25.4-1.el5 from epel -Original Message- From: puppet-users@googlegroups.com [mailto:puppet-us...@googlegroups.com] On Behalf Of Michael DeHaan Sent: Thursday, April 29, 2010 2:59 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Odd

Re: [Puppet Users] LF complete recipe bundle

2010-04-29 Thread Sebastian Kayser
Alan McKay wrote on 29.04.2010 19:23: I've seen the recipes page and smatterings of this-and-that, but what I'd really like to see is a big tarball of someone's entire /etc/puppet directory on their puppetmaster, to be able to see the interactions between all the different components. What

Re: [Puppet Users] gem provider and alternate Ruby installs

2010-04-29 Thread Michael DeHaan
There's not a parameter for that, though it seems like it could be added. How about filing a feature request at projects.puppetlabs.com? In the meantime, you could copy the code for the gem provider and call yours gemee or similar, making a very small modification? --Michael On Thu, Apr 29,

Re: [Puppet Users] clients stopped retrieving catalog - error 403 forbidden request - possible corruption?

2010-04-29 Thread Michael DeHaan
On Thu, Apr 29, 2010 at 1:08 PM, Jason Amato amato_ja...@yahoo.com wrote: All 150 , except two, clients have suddenly stopped retrieving catalogs from the master.  Something happened last night, no changes were made.  I have been running everything for many months now. Maybe something with