[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 j...@caraldi.com wrote: Consider the following manifest snippet:     user { foo:         ensure   = present,         managehome =

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

[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

[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

Re: [Puppet Users] Questions regarding workflow

2010-10-26 Thread Mohit Chawla
Hi, On Tue, Oct 26, 2010 at 3:21 PM, Joel Merrick joel.merr...@gmail.comwrote: 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

Re: [Puppet Users] Questions regarding workflow

2010-10-26 Thread Daniel Pittman
Joel Merrick joel.merr...@gmail.com 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

Re: [Puppet Users] Questions regarding workflow

2010-10-26 Thread Joel Merrick
On Tue, Oct 26, 2010 at 11:35 AM, Daniel Pittman dan...@rimspace.net 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,

Re: [Puppet Users] Questions regarding workflow

2010-10-26 Thread Daniel Pittman
Joel Merrick joel.merr...@gmail.com writes: On Tue, Oct 26, 2010 at 11:35 AM, Daniel Pittman dan...@rimspace.net 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

[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 kc7...@gmail.com wrote: On Oct 25, 2010, at 1:55 PM, donavan wrote: On Oct 25, 11:13 am, R.I.Pienaar r...@devco.net wrote: In this scenario puppetd will use the old catalog BUT it

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

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 see

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 a permissions

[Puppet Users] Re: Installing Software via Puppet

2010-10-26 Thread jcbollinger
On Oct 25, 1:25 pm, Todd Zullinger t...@pobox.com 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 package, wouldn't it? No, it

[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 bradw...@gmail.com 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

[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

Re: [Puppet Users] Questions regarding workflow

2010-10-26 Thread R.I.Pienaar
- Joel Merrick joel.merr...@gmail.com 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

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

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

[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

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

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

[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

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

[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

[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: No

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 sanjiv.si...@impetus.co.in wrote: hi , im facing the  problem , when tryied to run puppetd….. err: Could not request certificate: Retrieved certificate does not match private

[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 kc7...@gmail.com 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 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 sanjiv.si...@impetus.co.in

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:

[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 

[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 

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 tlees...@gmail.com wrote: Patrick, Any idea if people are using versions 2.2.5 in the wild successfully? I

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 moving

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

[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 kc7...@gmail.com 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

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 kc7...@gmail.com wrote: On Oct 26, 2010, at 12:00 PM, Chad Huneycutt wrote: You need to delete the cert on the client.  rm -rf

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

[Puppet Users] Re: Passenger Problems

2010-10-26 Thread Andrew Forgue
On Oct 26, 1:00 pm, Taylor Leese tlees...@gmail.com 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

[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 math...@ubuntu.com 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

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 math...@ubuntu.com wrote: Hi, Excerpts

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

[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 math...@ubuntu.com wrote: Hi, Excerpts from Taylor Leese's message of Tue Oct 26 16:31:04 -0400 2010: @Ohad - I'm

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 kc7...@gmail.com 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

[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: [Puppet Users] puppetrun + LDAP problem...

2010-10-26 Thread Mohit Chawla
Hi, On Wed, Oct 27, 2010 at 11:17 AM, sanjiv.singh sanjiv.si...@impetus.co.inwrote: 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