[Puppet Users] Re: Announce: 2.6.9 Released

2011-06-22 Thread R.I.Pienaar
Just wanted to follow up and say thanks for the improvement to the release notes after the recent thread, much more useful now! - Original Message - = 2.6.9 = 2.6.9 is a maintenance release in the 2.6.x branch. Notable Fixes and Features Bug #7127: A puppet run will now stop

[Puppet Users] Re: PuppetCA not signing Certificate-Requests

2011-06-22 Thread markus
Hey Denmat, I'm already using Passenger with Apache. Problem is still there. Markus On 20 Jun., 23:00, Denmat tu2bg...@gmail.com wrote: Hi, If you are using the standard webrick server that comes puppetmasterd then you will find it doesn't scale very well. Check out the scaling puppet

[Puppet Users] Re: PuppetCA not signing Certificate-Requests

2011-06-22 Thread markus
Puppet doesn't even recognise the CSR that was sended. Is there a known threading problem with puppetca? Or a problem, that it can not handle several requests per seconds to add and sign CSRs? On 22 Jun., 12:10, markus markus.fenste...@googlemail.com wrote: Hey Denmat, I'm already using

[Puppet Users] Re: Problem in wordpress moodule.

2011-06-22 Thread jcbollinger
On Jun 20, 5:15 pm, lucas.brig...@ymail.com grillobri...@gmail.com wrote: I actually posted about the problem with tar. I decided to modify the module to not depend on tar installed. But I realized that any command that has parameters to run, the same problem occurswhen using this command:

Re: [Puppet Users] Re: Problem in wordpress moodule.

2011-06-22 Thread lucas.brig...@ymail.com
These errors that you report was due to bad formatting of the text when posted. But thanks for the tips. 2011/6/22 jcbollinger john.bollin...@stjude.org On Jun 20, 5:15 pm, lucas.brig...@ymail.com grillobri...@gmail.com wrote: I actually posted about the problem with tar. I decided to

[Puppet Users] Re: Puppet Caching Problem

2011-06-22 Thread markus
Upgrading to 2.6.8 and applying the patch worked for me! Thank you! On 20 Jun., 19:13, Daniel Pittman dan...@puppetlabs.com wrote: On Mon, Jun 20, 2011 at 05:11, markus markus.fenste...@googlemail.com wrote: I've got a MCollective Setup (1.2.0) with Puppet (2.6.4), an provision agent and an

Re: [Puppet Users] ANNOUNCE: Puppet 2.7.0 Released

2011-06-22 Thread Frederik Wagner
Hi, thanks for the new version, I was looking forward to it since puppetcamp A'dam... Just a minor issue: Installation from the gem gives a rdoc error (on Ubunu/RHEL with ruby 1.8.7): # gem install puppet -v 2.7.0 Successfully installed puppet-2.7.0 1 gem installed

[Puppet Users] environment ENC vs cmdline

2011-06-22 Thread Frederik Wagner
Hi all, I am using puppet with an ENC script. In this scripts YAML output the environment (generally production) is set. For testing purposes I would like to start puppet runs from the cmdline of a managed host like: $ puppet agent --onetime --no-daemonize --verbose --no-splay --environment

Re: [Puppet Users] ANNOUNCE: Puppet 2.7.0 Released

2011-06-22 Thread Martin Willemsma
Hi, My Puppet dashboard shows errors on nodes that want to upgrade from 2.6.7 to 2.7.0. Package[puppet] (/etc/puppet/production/modules/puppet/manifests/init.pp:24) Property Message ensure change from 2.6.7 to 2.7.0 failed: Could not update: Could not install: RDoc failure in

Re: [Puppet Users] Using modules from PuppetForge

2011-06-22 Thread Jeff McCune
On Mon, Jun 20, 2011 at 10:38 AM, Kyle Hall kyle.m.h...@gmail.com wrote: Hello All,  New puppet user here. I've been able to create and use my own puppet modules, but I'm at a loss on how to use modules from PuppetForge, which seem quite a bit more advanced. For example, I've installed the

[Puppet Users] Re: Ruby 1.9.2 - puppetd error Could not request certificate: SSL_connect returned=1

2011-06-22 Thread JWilliams
I was having the same problem on a very similar setup. My fix was to put a 'hashed' link in the openssl certs directory to the CA certificate on the agent machine. So you if you haven't already copied your ca.pem or ca_crt.pem file to the agent host, that is your first step. openssl version -d

Re: [Puppet Users] Using modules from PuppetForge

2011-06-22 Thread Kyle Hall
Excellent. I was able to figure that out eventually. Thanks for the reply! Kyle http://www.kylehall.info Mill Run Technology Solutions ( http://millruntech.com ) Crawford County Federated Library System ( http://www.ccfls.org ) Meadville Public Library ( http://www.meadvillelibrary.org ) On

[Puppet Users] Can no longer sync files with Puppet

2011-06-22 Thread Kyle Hall
Hello All, I'm just starting with puppet and I've run into an issue I cannot figure out. I'm trying to sync the home directory for a user from a home directory stored on my puppet server. Here is my manifest code: user { public: ensure = present,

[Puppet Users] Re: Can no longer sync files with Puppet

2011-06-22 Thread Kyle Hall
I think I solved my problem. I changed my fileserver.conf from: # This file consists of arbitrarily named sections/modules # defining where files are served from and to whom # Define a section 'files' # Adapt the allow/deny settings to your needs. Order # for allow/deny does not matter, allow

Re: [Puppet Users] environment ENC vs cmdline

2011-06-22 Thread Nigel Kersten
On Wed, Jun 22, 2011 at 7:15 AM, Frederik Wagner fner...@googlemail.comwrote: Hi all, I am using puppet with an ENC script. In this scripts YAML output the environment (generally production) is set. For testing purposes I would like to start puppet runs from the cmdline of a managed host

[Puppet Users] Extlookup and stages

2011-06-22 Thread Chris Phillips
Hi, I've seen some weird behaviour using extlookup, and wondered if anyone has seen it too... Basically it seems that if the $extlookup_* variables are defined in site.pp then an early stage use of extlookup doesn't see these variables at all, yet main stage ones do. I added some debug

[Puppet Users] gentoo linux and puppet

2011-06-22 Thread Peter Berghold
Hi folks, I am building a server using Gentoo Linux and was about to start automating the package loads using puppet. First things first I loaded the latest and greatest facter and puppet from gems. Got the new SSL certificate loaded and ran puppetd --test and expected to see a base manifest

Re: [Puppet Users] ANNOUNCE: Puppet 2.7.0 Released

2011-06-22 Thread Frederik Wagner
Hi Martin, On Wed, Jun 22, 2011 at 4:52 PM, Martin Willemsma mwillem...@gmail.com wrote: My Puppet dashboard shows errors on nodes that want to upgrade from 2.6.7 to 2.7.0. (snip) warning         Skipping because of failed dependencies        /Stage[main]/Puppet/File[puppet.conf]        

Re: [Puppet Users] environment ENC vs cmdline

2011-06-22 Thread Frederik Wagner
Hi Nigel, ah yes, thanks. I think I just ran into the problem people were mentioning at puppetcamp... oops. Now I finally get it ;-) Thanks, Frederik On Wed, Jun 22, 2011 at 7:08 PM, Nigel Kersten ni...@puppetlabs.com wrote: On Wed, Jun 22, 2011 at 7:15 AM, Frederik Wagner

[Puppet Users] need help with name parameter

2011-06-22 Thread Henrik Lindberg
Hi, A bit of help is needed with this geppetto issue: https://github.com/cloudsmith/geppetto/issues/87 It is about the parameter name in relation to file. Appreciate feedback. Regards - henrik -- You received this message because you are subscribed to the Google Groups Puppet Users group.

[Puppet Users] Re: ANNOUNCE: Puppet 2.7.0 Released

2011-06-22 Thread Jake - USPS
For the item: Notice Changed Manifests on the First Try --- During the 2.6.x series, puppet agent would sometimes require two runs to receive new configurations when puppet master was running under Passenger. This persistent bug has been dealt with. (This change will also be appearing in the

[Puppet Users] Dashboard LDAP ENC's

2011-06-22 Thread Craig White
puppet 2.6.8 I have been going over and over 'Pro Puppet' book and http://projects.puppetlabs.com/projects/puppet/wiki/LDAP_Nodes /etc/puppet/puppet.conf includes in the [master] section: node_terminus = ldap ldapserver = ubuntu.ttinet ldapbase = ou=Hosts,dc=ttinet,dc=local and LDAP

Re: [Puppet Users] Re: ANNOUNCE: Puppet 2.7.0 Released

2011-06-22 Thread Daniel Pittman
On Wed, Jun 22, 2011 at 11:00, Jake - USPS jacob.m.mcc...@usps.gov wrote: For the item: Notice Changed Manifests on the First Try --- During the 2.6.x series, puppet agent would sometimes require two runs to receive new configurations when puppet master was running under Passenger. This

Re: [Puppet Users] need help with name parameter

2011-06-22 Thread Ken Barber
So it would appear the parameter 'name' acts as namevar for file and exec at least ... its not defined in the type for these explicitly - it seems implicit. This seems historical and I haven't seen it used before (at least I've never used it myself). Does anyone know the history behind this? The

buglet (with rpms from tmz) Re: [Puppet Users] Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.9rc1 is available

2011-06-22 Thread Christopher McCrory
Hello... On Mon, 2011-06-20 at 10:48 -0400, Todd Zullinger wrote: snip Better late than never, I've pushed rpm's for this release to my fedorapeople.org repo: http://tmz.fedorapeople.org/repo/puppet/ Packages for EL 4 - 6 and Fedora 13 - 15 are available for testing. Add the

Re: buglet (with rpms from tmz) Re: [Puppet Users] Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.9rc1 is available

2011-06-22 Thread Todd Zullinger
Hi, Christopher McCrory wrote: I don't know if this is a rpm buglet or a general puppet buglet, but with puppet-2.6.9-0.1.rc1.el5.noarch.rpm from tmz I get emails like: Wed Jun 22 12:46:11 -0700 2011 Puppet (notice): Finished catalog run in 6.53 seconds on every run. I haven't tested the

[Puppet Users] custom facts not propagating

2011-06-22 Thread Asif Iqbal
Hi I have puppet client 0.25.5 running on about 100 solaris 8 servers and only two of them gets the custom facts. My puppet master is 2.6.8 running ubuntu lucid Here are my custom facts $ cat /etc/puppet/modules/common/lib/facter/bash.rb Facter.add(bash) do setcode do bash = `which

[Puppet Users] apt-key and untrusted packages

2011-06-22 Thread Craig White
Perhaps this is a Debian/Ubuntu question and not a puppet problem but... Seems as though the key is good but the install failed. # apt-key list /etc/apt/trusted.gpg --- snip --- pub 2048R/7F0CEB10 2010-02-05 uid Richard Kreuter rich...@10gen.com and the

[Puppet Users] Using require and notify across class resources cause a dependency cycle

2011-06-22 Thread PBWebGuy
I have a simple sample below that illustrates a problem I ran into today. What I am trying do is execute a command only if another class, that which is dependent on it's class, triggers the command with a notify. I'm using the refreshonly = true to prevent it from running unless something

Re: [Puppet Users] Re: ANNOUNCE: Puppet 2.7.0 Released

2011-06-22 Thread Michael Stahnke
I've been able to reproduce this issue and we'll have a fixed gem out shortly. Mike -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email

[Puppet Users] undefined method error when installing Puppet Dashboard 1.1.1

2011-06-22 Thread slimandslam
I've never installed Puppet Dashboard before but it seemed straightforward. I'm installing v1.1.1 on Ubuntu 11.04 with Ruby 1.8.7 and with Puppetmaster v2.6.4. The rake creation step appears to succeed: prompt rake RAILS_ENV=production db:create But when I try to migrate: prompt rake

[Puppet Users] exporting resources that aren't built-in resources...

2011-06-22 Thread Rich Rauenzahn
We seem to be able to export resources (and import them) just fine if they are basic resources, like nagios_* -- but we don't seem to be able to do it with defines, like @@concat::fragment. $ puppet -V 2.6.4 Is this a bug? Intended behavior? Are we doing something wrong? -- You received this

[Puppet Users] Re: exporting resources that aren't built-in resources...

2011-06-22 Thread Rich Rauenzahn
On Wed, Jun 22, 2011 at 3:03 PM, Rich Rauenzahn rraue...@gmail.com wrote: We seem to be able to export resources (and import them) just fine if they are basic resources, like nagios_* -- but we don't seem to be able to do it with defines, like @@concat::fragment. $ puppet -V 2.6.4 Is this

[Puppet Users] Puppet Subreddit

2011-06-22 Thread JoE
Just letting everyone know that this subreddit exists. http://www.reddit.com/r/puppet Enjoy, -Joe -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this

[Puppet Users] Announce: Puppet 2.7.1

2011-06-22 Thread Michael Stahnke
2.7.1 is a bug fix release in the 2.7.x branch. Fixing bug #8048. This made users of Puppet as a gem unable to install Puppet 2.7.0 release if gem was configured to use rdoc, as rdoc failed to parse on one file. This issue only impacted users of Puppet as a gem. - This release is

Re: [Puppet Users] How to manage many nodes easily?

2011-06-22 Thread flex
These is another question, i have many defines which will apply an application to sepcified path, called as: application::add { app1: path = /var/app1 } by this i can apply app1 and app2 in node1, app3 and app4 in node2, etc. now, how do i switch this to a class? Need i create a seperate class

[Puppet Users] facter + ssh = tput errors

2011-06-22 Thread josbal
Hi Guys, Not sure if this issue is a facter one or not, but thought i might post here to see if anyone else has had the same issue. When executing facter command on remote ssh server, i am getting tput errors. However when running any other command on this same remote ssh server, the tput errors

Re: [Puppet Users] apt-key and untrusted packages

2011-06-22 Thread Martin Alfke
On 06/22/2011 11:29 PM, Craig White wrote: Perhaps this is a Debian/Ubuntu question and not a puppet problem but... Seems as though the key is good but the install failed. # apt-key list /etc/apt/trusted.gpg --- snip --- pub 2048R/7F0CEB10 2010-02-05 uid

Re: [Puppet Users] How to manage many nodes easily?

2011-06-22 Thread Martin Alfke
On 06/23/2011 04:35 AM, flex wrote: These is another question, i have many defines which will apply an application to sepcified path, called as: application::add { app1: path = /var/app1 } by this i can apply app1 and app2 in node1, app3 and app4 in node2, etc. now, how do i switch this

[Puppet Users] Re: How to manage many nodes easily?

2011-06-22 Thread Martin Alfke
On Jun 23, 7:44 am, Martin Alfke tux...@gmail.com wrote: On 06/23/2011 04:35 AM, flex wrote: These is another question, i have many defines which will apply an application to sepcified path, called as: application::add { app1: path = /var/app1 } by this i can apply app1 and app2 in