"Marcus, Allan B" writes:
> 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 add
On Thu, Apr 29, 2010 at 1:08 PM, Jason Amato 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 the certificates?
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, 2
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. W
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 erro
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
wrote:
> Hello,
>
>
>
> On our ‘dev’ puppetmaster, we are experiencing a weird e
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
wa
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.
=
[im(1000)@tech04:~/puppet2/trunk/clients/pupp
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 mas
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 puppe
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
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 /
etc/puppet/modul
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 th
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 seei
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?
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 t
Also remember puppet is running at the user puppet, so you have to have
execute for the user or group puppet on your pre-commit hook.
On Thu, Apr 29, 2010 at 8:30 AM, Maxim Ianoglo wrote:
> Here is the history :)
>
> After I setup pre-commit hook, I tried to commit some changes and got
> the err
Christopher 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 1.0.0-1.fc11
Thanks,
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
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 getti
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
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
-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!
> Pup
Here is the history :)
After I setup pre-commit hook, I tried to commit some changes and got
the error I mentioned in first post.
I thought that could be the issue with puppet itself, so I tried to
run this command from console:
/usr/bin/puppet --color=false --confdir=/tmp --vardir=/tmp --parseon
Hi.
Have same thing - works under root, doesn't work under any other
accounts.
Regards.
On Apr 27, 6:49 pm, Peter Meier wrote:
> > A feature request - if puppet can't read the local certificate, it
> > should throw a permission error of some sort.
>
> Please file one at:http://projects.puppetla
On Apr 25, 5:17 pm, Joe McDonagh wrote:
> I do this with a definition, and yes you can have more than one ssh key
> per user, as the authorized key type supports that, you would just need
> to require the user also if you add any keys.
It will be great if you can paste a little sample in here fo
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: Coul
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 an
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.
> =
>
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/
30 matches
Mail list logo