[Puppet Users] /var/lib/puppet/clientbucket

2010-10-26 Thread Marek Dohojda
Hello everyone I looked online, but didn't see any solution to the problem of /var/lib/puppet/clientbucket filling up. After a while that directory is getting very big, 3-4gigs. I have to shutdown puppet and remove everything. Is there a way to either limit the size of this directory, or be

Re: [Puppet Users] puppetrun + LDAP problem...

2010-10-26 Thread Mohit Chawla
Hi, On Wed, Oct 27, 2010 at 11:17 AM, sanjiv.singh wrote: > > 1) What is exactly problem with puppetrun ? > 2) why is ruppetrun not able to connect to client at port 8139 ? If this is on 2.6.x, then you need to modify auth.conf. -- You received this message because you are subscribed to the

[Puppet Users] puppetrun + LDAP problem...

2010-10-26 Thread sanjiv.singh
hi, i m new for puppet and configured with LDAP.tring to push configuration through puppetrun and done opening of port 8140 : on master 8139 : on client on client with ... $ iptables -I INPUT 1 -p tcp --dport 8139 -j ACCEPT $ /etc/init.d/iptables save $ /etc/init.d/iptables re

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.3 - Release Candidate 1 available!

2010-10-26 Thread John Warburton
Hi James Is there an ETA for the full release of 2.6.3? For what it is worth, I have been running 2.6.3rc1 for almost 13 days on Solaris 10 U8 & U9 as server and clients. Server is running passenger 2.2.14 with clients and servers weighing in at managing between 500 & 780 resources depending on c

Re: [Puppet Users] Re: Passenger Problems

2010-10-26 Thread Luc Suryo
yes, that is the method I had in mind too :) better be save then sorry Thanks! On Tue, Oct 26, 2010 at 4:50 PM, Patrick wrote: > I love this package, but I had some conflicts with my existing puppetmaster > configuration. This is what I did (probably very overkill) that fixed all > the conflict

[Puppet Users] Major bug scrubbing occurring soon.

2010-10-26 Thread Nigel Kersten
We have a lot of cruft in our ticket queues. In the interests of bringing it back to a sane and manageable level, I'm going to be aggressively closing bugs where we've sought info and not received it, where the issue appears obsolete, etc. I'm not planning on blindly cutting a swathe through the

[Puppet Users] Re: Passenger Problems

2010-10-26 Thread Taylor Leese
Mathias - The package you mentioned (puppetmaster-passenger) worked perfectly for me on the first try. That saved me a ton of time. Thanks! On Oct 26, 1:38 pm, Mathias Gug wrote: > Hi, > > Excerpts from Taylor Leese's message of Tue Oct 26 16:31:04 -0400 2010: > > > > > @Ohad - I'm actually using

Re: [Puppet Users] Re: Passenger Problems

2010-10-26 Thread Patrick
I love this package, but I had some conflicts with my existing puppetmaster configuration. This is what I did (probably very overkill) that fixed all the conflicts. I haven't had this trouble with new servers. I've only had this problem with servers that had puppet+passenger configured manual

Re: [Puppet Users] Re: Passenger Problems

2010-10-26 Thread Luc Suryo
Mathias, if the none passenger version was install, what do one need to do to switch ? apt-get remove and then apt-get install or will a apt-get-install replace the current none passenger version? Thanks On Tue, Oct 26, 2010 at 1:38 PM, Mathias Gug wrote: > Hi, > > Excerpts from Taylor Leese's

[Puppet Users] Re: Passenger Problems

2010-10-26 Thread Taylor Leese
Mathias - Really? That's awesome. I didn't realize that existed. I will check it out. Thanks. On Oct 26, 1:38 pm, Mathias Gug wrote: > Hi, > > Excerpts from Taylor Leese's message of Tue Oct 26 16:31:04 -0400 2010: > > > > > @Ohad - I'm actually using Ubuntu Maverick. > > If you're using Ubuntu M

[Puppet Users] Re: Passenger Problems

2010-10-26 Thread Andrew Forgue
On Oct 26, 1:00 pm, Taylor Leese wrote: > Patrick, > > Any idea if people are using versions > 2.2.5 in the wild > successfully? I tried to revert back to 2.2.2 previously, but I > received a number of compilation errors when running passenger-install- > apache2-module so it seems like moving up m

Re: [Puppet Users] Re: Passenger Problems

2010-10-26 Thread Mathias Gug
Hi, Excerpts from Taylor Leese's message of Tue Oct 26 16:31:04 -0400 2010: > > @Ohad - I'm actually using Ubuntu Maverick. > If you're using Ubuntu Maverick I'd highly recommend to use the puppetmaster-passenger package. It will automatically install and setup a puppet master running under apac

Re: [Puppet Users] puppetd + listen=true problem

2010-10-26 Thread Chad Huneycutt
oops, sorry. Indeed. I typo that all the time, but fortunately we don't have anything important in /var/lib/ssl here :( On Tue, Oct 26, 2010 at 3:48 PM, Patrick wrote: > > On Oct 26, 2010, at 12:00 PM, Chad Huneycutt wrote: > > You need to delete the cert on the client.  rm -rf /var/lib/ssl/* >

[Puppet Users] Re: Passenger Problems

2010-10-26 Thread Taylor Leese
@Patrick - Thanks. I will try a newer version of passenger later tonight. @Ohad - I'm actually using Ubuntu Maverick. On Oct 26, 1:11 pm, Patrick wrote: > On Oct 26, 2010, at 1:00 PM, Taylor Leese wrote: > > > Patrick, > > > Any idea if people are using versions > 2.2.5 in the wild > > successfu

[Puppet Users] Puppet Development Lifecycle Documentation - How to contribute to Puppet

2010-10-26 Thread Matt Robinson
The documentation on the wiki for the development lifecycle process has been updated in an effort to make it easier for people to get code into Puppet. The goals were to make it correct and easy to follow, so take a look and let us know if there's anything that could use improvement. http://proje

Re: [Puppet Users] Re: Passenger Problems

2010-10-26 Thread Patrick
On Oct 26, 2010, at 1:00 PM, Taylor Leese wrote: > Patrick, > > Any idea if people are using versions > 2.2.5 in the wild > successfully? I tried to revert back to 2.2.2 previously, but I > received a number of compilation errors when running passenger-install- > apache2-module so it seems like

Re: [Puppet Users] Re: Passenger Problems

2010-10-26 Thread Ohad Levy
if you are on rhel5, you can use the following rpm - http://theforeman.org/repo/el5/noarch/rubygem-passenger-2.2.2-1.noarch.rpm Ohad On Tue, Oct 26, 2010 at 10:00 PM, Taylor Leese wrote: > Patrick, > > Any idea if people are using versions > 2.2.5 in the wild > successfully? I tried to revert b

[Puppet Users] Re: Passenger Problems

2010-10-26 Thread Taylor Leese
Patrick, Any idea if people are using versions > 2.2.5 in the wild successfully? I tried to revert back to 2.2.2 previously, but I received a number of compilation errors when running passenger-install- apache2-module so it seems like moving up may be my only option. - Taylor On Oct 26, 12:50 pm

[Puppet Users] Re: Passenger Problems

2010-10-26 Thread Taylor Leese
Patrick, Any idea if people are using versions > 2.2.5 in the wild successfully? I tried to revert back to 2.2.2 previously, but I received a number of compilation errors when running passenger-install- apache2-module so it seems like moving up may be my only option. - Taylor On Oct 26, 12:50 pm

Re: [Puppet Users] Re: Passenger Problems

2010-10-26 Thread Patrick
The reason I though it might be the problem is because a lot of people are saying that they got that error after it worked for months. This says to me that their might have been a change to something else that makes 2.2.5 stop working. On Oct 26, 2010, at 10:59 AM, Taylor Leese wrote: > Pat

Re: [Puppet Users] puppetd + listen=true problem

2010-10-26 Thread Patrick
On Oct 26, 2010, at 12:00 PM, Chad Huneycutt wrote: > You need to delete the cert on the client. rm -rf /var/lib/ssl/* I'm not sure if this is the right answer, but I think you meant "rm -rf /var/lib/puppet/ssl" > > On Tue, Oct 26, 2010 at 10:48 AM, sanjiv.singh > wrote: >> >> hi , >> im f

[Puppet Users] Re: Failed to retrieve current state of resource: Error 400 on SERVER

2010-10-26 Thread Maciej Skrzetuski
Yes, that worked. Thank you very much! ;) On 26 Okt., 18:33, Patrick wrote: > On Oct 26, 2010, at 8:17 AM, Maciej Skrzetuski wrote: > > > > > > > > > > > Well if I do this: > > > fileserver.conf (default): > > > # Define a section 'files' > > # Adapt the allow/deny settings to your needs. Order >

Re: [Puppet Users] puppetd + listen=true problem

2010-10-26 Thread Chad Huneycutt
You need to delete the cert on the client. rm -rf /var/lib/ssl/* On Tue, Oct 26, 2010 at 10:48 AM, sanjiv.singh wrote: > > hi , > im facing the  problem , when tryied to run puppetd….. > > err: Could not request certificate: Retrieved certificate does not > match private key; please remove cer

[Puppet Users] Puppet on Windows

2010-10-26 Thread Kikanny
Hi. I know that puppet for windows is in its basic stages but I've been screwing around with it. I can get facter working. However one error that it spits out is that: "Could not retrieve puppetversion: Cannot determine basic system flavour." When I try to run puppet, I get an error saying "ruby:

[Puppet Users] Re: Passenger Problems

2010-10-26 Thread Taylor Leese
Patrick, I did run across that thread, but the GitHub site specifically says 2.2.5 is known to work (http://github.com/puppetlabs/puppet/tree/ master/ext/rack) which made me suspicious that it was my fault. At this point I guess there is no harm in trying 2.2.11 (or whatever the latest version is)

Re: [Puppet Users] Passenger Problems

2010-10-26 Thread Patrick
On Oct 25, 2010, at 12:50 PM, Taylor Leese wrote: > Hi all, > > I'm new to Puppet and I'm trying to setup a puppet master and a client > on Amazon EC2 using Passenger. I've gone through the steps described > here (http://docs.puppetlabs.com/guides/passenger.html) and here > (http://github.com/pu

[Puppet Users] Re: Passenger Problems

2010-10-26 Thread Taylor Leese
You guys hijacked my thread. :-) Any idea about my passenger problems? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-user

Re: [Puppet Users] Passenger Problems

2010-10-26 Thread Patrick
On Oct 25, 2010, at 7:45 PM, Daneil Goodman wrote: > Hi all, > > I am trying to use @@sshkey{...} and Sshkey <<| |>> to share host keys > between compute nodes. It does work! But there is a weird issue. The same > host key entry of each node will add into ssh_known_host again after > restarte

Re: [Puppet Users] Re: Failed to retrieve current state of resource: Error 400 on SERVER

2010-10-26 Thread Patrick
On Oct 26, 2010, at 8:17 AM, Maciej Skrzetuski wrote: > Well if I do this: > > fileserver.conf (default): > > # Define a section 'files' > # Adapt the allow/deny settings to your needs. Order > # for allow/deny does not matter, allow always takes precedence > # over deny > # [files] > # path /

[Puppet Users] puppetd + listen=true problem

2010-10-26 Thread sanjiv.singh
hi , im facing the problem , when tryied to run puppetd….. err: Could not request certificate: Retrieved certificate does not match private key; please remove certificate from server and regenerate it with the current key and after that as per yr guide… $ puppetca –clean app-1288002665 here ,

[Puppet Users] Multiple host key entries in ssh_known_hosts

2010-10-26 Thread Daneil Goodman
Hi all, I am trying to use @@sshkey{...} and Sshkey <<| |>> to share host keys between compute nodes. It does work! But there is a weird issue. The same host key entry of each node will add into ssh_known_host again after restarted puppet each time. I only need one entry for each node in ssh_known

Re: [Puppet Users] Passenger Problems

2010-10-26 Thread Daneil Goodman
Hi all, I am trying to use @@sshkey{...} and Sshkey <<| |>> to share host keys between compute nodes. It does work! But there is a weird issue. The same host key entry of each node will add into ssh_known_host again after restarted puppet each time. I only need one entry for each node in ssh_known

[Puppet Users] Re: Multiple errors on puppet client runs: "A section with name updates already exists"

2010-10-26 Thread Brad
Thanks, John. I just checked the contents of the files in /etc/yum.repos.d, but only found [updates] in one file, updates.repo: [11:26 r...@cab yum.repos.d]# grep updates /etc/yum.repos.d/* /etc/yum.repos.d/updates.repo:[updates] /etc/yum.repos.d/updates.repo:baseurl=http://mirror.linux.duke.edu/

[Puppet Users] Re: Failed to retrieve current state of resource: Error 400 on SERVER

2010-10-26 Thread Maciej Skrzetuski
Well if I do this: fileserver.conf (default): # Define a section 'files' # Adapt the allow/deny settings to your needs. Order # for allow/deny does not matter, allow always takes precedence # over deny # [files] # path /var/lib/puppet/files # allow *.example.com # deny *.evil.example.com # al

Re: [Puppet Users] Questions regarding workflow

2010-10-26 Thread R.I.Pienaar
- "Joel Merrick" wrote: > Hi Pupeteers! > > I have a few questions regarding workflow that I'd appreciate insight > from you guys on.. > > 1) How do people manage services that can't be affected all at once? > For instance, we run a number of DNS caches behind load balancers at > two diffe

[Puppet Users] puppetdoc and wrong comparison

2010-10-26 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, at the moment I fight with puppetdoc and end in a ruby confusion. To the problem: > puppetdoc --debug --trace --mode rdoc --all manifests/site.pp info: scanning: ["manifests/site.pp"] /usr/lib/ruby/1.8/puppet/util/rdoc.rb:82:in `output_resou

[Puppet Users] Re: Multiple errors on puppet client runs: "A section with name updates already exists"

2010-10-26 Thread jcbollinger
On Oct 25, 10:04 am, Brad wrote: > Hello, > > I'm currently running Puppet 0.25.5-1 on CentOS 5.5.  Everything has > been going swimmingly until a couple of weeks ago, when I began > receiving errors on one of my nodes.  The node in question is also my > puppetmaster, but the errors seem client-

[Puppet Users] Re: Installing Software via Puppet

2010-10-26 Thread jcbollinger
On Oct 25, 1:25 pm, Todd Zullinger wrote: > Maciej Skrzetuski wrote: > > Do you mean hosting your own yum repository in your own network? > > That is not a bad idea but it would be easier to just copy the files > > over to the puppets and then just rpm -ihv , wouldn't it? > > No, it wouldn't be.

Re: [Puppet Users] Failed to retrieve current state of resource: Error 400 on SERVER

2010-10-26 Thread Patrick
On Oct 26, 2010, at 7:00 AM, Felix Frank wrote: >>> I am getting the following error: >>> >>> What is the problem here? What is file_metadata? Is this folder >>> suppose to exist on my master? >> >> I don't know what's wrong. That folder doesn't need to be created. It's >> possible you have

Re: [Puppet Users] Failed to retrieve current state of resource: Error 400 on SERVER

2010-10-26 Thread Felix Frank
>> I am getting the following error: >> >> What is the problem here? What is file_metadata? Is this folder >> suppose to exist on my master? > > I don't know what's wrong. That folder doesn't need to be created. It's > possible you have a permissions problem. Right, good thinking. Make sure to

Re: [Puppet Users] Failed to retrieve current state of resource: Error 400 on SERVER

2010-10-26 Thread Patrick
On Oct 26, 2010, at 3:03 AM, Maciej Skrzetuski wrote: > Hello there, > > I am very new to puppet and tried to copy some files (namely /etc/ > puppet/manifests/files/websphermq/status.dat [on master] to /tmp/ > status.dat [on puppet]) from master to the puppets. My setup is as > follows: > > Pup

[Puppet Users] Re: Templates VS static files

2010-10-26 Thread alaric
Wow, This has all been great information! Thanks to everyone who posted! -a On Oct 26, 12:38 am, Patrick wrote: > On Oct 25, 2010, at 1:55 PM, donavan wrote: > > > On Oct 25, 11:13 am, "R.I.Pienaar" wrote: > >> In this scenario puppetd will use the old catalog BUT it will still fetch > >> fil

Re: [Puppet Users] Questions regarding workflow

2010-10-26 Thread Daniel Pittman
Joel Merrick writes: > On Tue, Oct 26, 2010 at 11:35 AM, Daniel Pittman wrote: >> >> The other is to use puppet to perform the work, and to use the >> PuppetCommander[3] mcollective plugin.  This allows you to schedule puppet >> runs from a central service. >> >> With this you can configure, for

Re: [Puppet Users] Questions regarding workflow

2010-10-26 Thread Joel Merrick
On Tue, Oct 26, 2010 at 11:35 AM, Daniel Pittman wrote: > > The other is to use puppet to perform the work, and to use the > PuppetCommander[3] mcollective plugin.  This allows you to schedule puppet > runs from a central service. > > With this you can configure, for example, concurrency per colle

Re: [Puppet Users] Questions regarding workflow

2010-10-26 Thread Daniel Pittman
Joel Merrick writes: > I have a few questions regarding workflow that I'd appreciate insight from > you guys on.. > > 1) How do people manage services that can't be affected all at once? > For instance, we run a number of DNS caches behind load balancers at > two different sites and (not that I'd

Re: [Puppet Users] Questions regarding workflow

2010-10-26 Thread Mohit Chawla
Hi, On Tue, Oct 26, 2010 at 3:21 PM, Joel Merrick wrote: > > 1) How do people manage services that can't be affected all at once? > For instance, we run a number of DNS caches behind load balancers at > two different sites and (not that I'd do this!) if for example I set > bind to always be latest

[Puppet Users] Failed to retrieve current state of resource: Error 400 on SERVER

2010-10-26 Thread Maciej Skrzetuski
Hello there, I am very new to puppet and tried to copy some files (namely /etc/ puppet/manifests/files/websphermq/status.dat [on master] to /tmp/ status.dat [on puppet]) from master to the puppets. My setup is as follows: Puppet 0.25.5 fileserver.conf: [webspheremq] path /etc/puppet/manifests/fi

[Puppet Users] Questions regarding workflow

2010-10-26 Thread Joel Merrick
Hi Pupeteers! I have a few questions regarding workflow that I'd appreciate insight from you guys on.. 1) How do people manage services that can't be affected all at once? For instance, we run a number of DNS caches behind load balancers at two different sites and (not that I'd do this!) if for e

Re: [Puppet Users] Re: Puppet corrupts encrypted password with slashes

2010-10-26 Thread Jean-Baptiste Quenot
Stupid me :-) I was wondering for *years* why this user was not getting the right password... -- Jean-Baptiste Quenot -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubs

[Puppet Users] Re: Puppet corrupts encrypted password with slashes

2010-10-26 Thread luke.bigum
Your $6$s95t93Ou$FWCF9kHO4 isn't being evaluated as a variable is it? Try enclose the password crypt in single quotes ''. On Oct 26, 9:35 am, Jean-Baptiste Quenot wrote: > Consider the following manifest snippet: > >     user { "foo": >         ensure   => present, >         managehome => true, >

[Puppet Users] Puppet corrupts encrypted password with slashes

2010-10-26 Thread Jean-Baptiste Quenot
Consider the following manifest snippet: user { "foo": ensure => present, managehome => true, shell => "/bin/bash", password => "$6$s95t93Ou$FWCF9kHO4/nH9hNpr5hKxrK85ufxx8jubu8EuRgCd602bC2ov3X6IKPgkupD3G3qs1QzpRitli696NoFioSPf/", comment => "Foo Bar"