[Puppet Users] Unable to Install puppet Master

2012-05-31 Thread Jeeva
Hi, I was trying to instal puppet-enterprise-2.5.1-el-5-x86_64 in RHEL- 5.3 machine. But got below error. ## Installing packages from files... error: Failed dependencies: java = 1.5.0 is needed by pe- tanukiwrapper-3.5.9-5.pe.el5.x86_64

Re: [Puppet Users] 403 Forbidden with Passenger

2012-05-31 Thread David Schmitt
On 30.05.2012 19:17, Michael Altfield wrote: == /var/log/httpd/error_log == [Wed May 30 12:46:21 2012] [error] [client 10.230.100.155] (13)Permission denied: access to /production/certificate/ca denied As far as I can tell, you passenger runs under a different user as

[Puppet Users] Re: could not find user when running as daemon

2012-05-31 Thread pattryn
It seems that it works if nscd is running. It'll do me for now... On Tuesday, 29 May 2012 10:06:24 UTC+1, pattryn wrote: Hi all, I have this problem I can't figure out. I have a very simple define to deploy SSH keys to certain LDAP users: define sshkeys::install () {

[Puppet Users] Storeconfig and mcollective using activemq

2012-05-31 Thread Svein
How can I set up both Storeconfig and mcollective using activemq for both? mcollective should use username and password, but it seems to me that storeconfig don't have an option to use user:pw. I'm saving the config in an postgres db. -- You received this message because you are subscribed to

Re: [Puppet Users] Thoughts on job listings?

2012-05-31 Thread Denmat
Having been a job poster I got to say +1. but +1+1 to RIP's idea 2. On 31/05/2012, at 10:47, Gonzalo Servat gser...@gmail.com wrote: On Thu, May 31, 2012 at 7:13 AM, R.I.Pienaar r...@devco.net wrote: job postings from community members looking for themselves/their employers with clear

[Puppet Users] repeat a character in a string a certain number of times

2012-05-31 Thread Luke Bigum
Hi all, This should be pretty easy to do but I can't figure it out in Puppet DSL or ERB. I basically want to repeat a certain character X number of times, like this: $string = regsubst(x, x, y{30}, EG) To replace one 'x' with 30 y's. Any tips? -- Luke Bigum Information Systems Ph: +44

Re: [Puppet Users] repeat a character in a string a certain number of times

2012-05-31 Thread R.I.Pienaar
- Original Message - From: Luke Bigum luke.bi...@lmax.com To: puppet-users@googlegroups.com Sent: Thursday, May 31, 2012 11:44:41 AM Subject: [Puppet Users] repeat a character in a string a certain number of times Hi all, This should be pretty easy to do but I can't figure it

Re: [Puppet Users] Thoughts on job listings?

2012-05-31 Thread Alexander Fortin
On 5/30/12 11:07 PM, R. Tyler Croy wrote: I think this is the best idea here, a This Week in Puppet Jobs would be a good email, low noise, high signal :) Oh yes, I like this suggestion too! My +1 -- Alexander Fortin http://about.me/alexanderfortin/ -- You received this message because you

Re: [Puppet Users] Storeconfig and mcollective using activemq

2012-05-31 Thread Ken Barber
Why don't you try using PuppetDB for stored configs instead? Its asynchronous, uses activemq behind the scenes and supports postgres. https://github.com/puppetlabs/puppetdb On Thu, May 31, 2012 at 10:32 AM, Svein sv...@soleim.at wrote: How can I set up both Storeconfig and mcollective using

Re: [Puppet Users] Unable to Install puppet Master

2012-05-31 Thread Trevor Vaughan
What does rpm -qa | grep java give you? If you installed Java from a tar source, then it wouldn't update your RPM database and actually meet the RPM requirements. Your alternatives are to download a version of Java in RPM form that meets your requirements, roll your own stub RPM, or use --nodeps

[Puppet Users] SSL emailAddress interpreted as part of the CN when using puppet with an external PKI

2012-05-31 Thread Andrew Wasilczuk
Hello, I'm currently integrating puppet with an external openssl based PKI and I stumbled across a problem which looks like it may be a bug in puppet. All my certificates contain an emailAddress field in the subject. Here it is in the default format: % openssl x509 -in mir.example.net.pem

[Puppet Users] Re: Unable to Install puppet Master

2012-05-31 Thread jcbollinger
On May 31, 2:25 am, Jeeva kissan...@gmail.com wrote: Kindly help.. What is different now than when you posed the same question two weeks ago? (http://groups.google.com/group/puppet-users/browse_thread/ thread/fa2bf3434535b2d8/289872bc85fe3997) You received responses then, but you did not

Re: [Puppet Users] puppet-load forbidden request to /catalog/*

2012-05-31 Thread Brice Figureau
On Thu, 2012-05-31 at 10:38 +0100, Matthew Burgess wrote: On Wed, May 30, 2012 at 6:58 PM, Brice Figureau brice-pup...@daysofwonder.com wrote: Probably that the stacktrace you'll get with --trace will be enough for the moment. Also if you can cat the facts file (feel free to obfuscate

[Puppet Users] Re: resource override

2012-05-31 Thread jcbollinger
On May 30, 5:52 pm, Papp Tamas tom...@martos.bme.hu wrote: So I still miss something, but I don't see what or where or any clue. I suspect you have a problem either with paths or with permissions. Supposing you have not configured custom directories, your setup should look like this: puppet

[Puppet Users] How do puppet transform group with username in /etc/sudoers file

2012-05-31 Thread mac01
Hi, How can I transform group in sudoers file where users are added as %admin ALL=(ALL) ALL with individual user name which should fetch username from my database ? Thanks mac -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this

Re: [Puppet Users] puppet-load forbidden request to /catalog/*

2012-05-31 Thread Brice Figureau
On Thu, 2012-05-31 at 15:57 +0100, Matthew Burgess wrote: On Thu, May 31, 2012 at 2:09 PM, Brice Figureau brice-pup...@daysofwonder.com wrote: Can you run your master on the console (add --no-daemonize to the command-line)? Because due to how Puppet reports errors during compilation,

Re: [Puppet Users] How do puppet transform group with username in /etc/sudoers file

2012-05-31 Thread Steve Singer
On 12-05-31 09:52 AM, mac01 wrote: Hi, How can I transform group in sudoers file where users are added as %admin ALL=(ALL) ALL with individual user name which should fetch username from my database ? In the template that generates your sudoers file you could call a custom function

Re: [Puppet Users] SSL emailAddress interpreted as part of the CN when using puppet with an external PKI

2012-05-31 Thread Jeff McCune
There are two identities in Puppet that relate to the security model. The first identity is the certname and the second is the node name. Puppet uses the certname to construct the certificate. Everything else (catalogs, facts, reports, etc...) is identified by the node name. By default the

[Puppet Users] of custom types and providers

2012-05-31 Thread Oren Marmor
Hi all. i am trying to define some types and providers and was wondering if someone could explain the process of which provider is chosen to implement the type. say i have a type for web application and two providers - tomcat and jetty. i would like to choose which application to use according to

Re: [Puppet Users] puppet-load forbidden request to /catalog/*

2012-05-31 Thread Matthew Burgess
On Thu, May 31, 2012 at 4:31 PM, Brice Figureau brice-pup...@daysofwonder.com wrote: That's perfect! Apparently the client_version fact is not correct (it contains an array). One thing you might want to do, is to modify manually the master.domain.com.yaml file to remove the clientversion

Re: [Puppet Users] puppet-load forbidden request to /catalog/*

2012-05-31 Thread Brice Figureau
On 31/05/12 18:34, Matthew Burgess wrote: On Thu, May 31, 2012 at 4:31 PM, Brice Figureau brice-pup...@daysofwonder.com wrote: That's perfect! Apparently the client_version fact is not correct (it contains an array). One thing you might want to do, is to modify manually the

[Puppet Users] puppet on Xen Server

2012-05-31 Thread John Guthrie
Has anyone had any luck installing puppet on Citrix Xenserver? It appears that there is no ruby package for the OS itself, and we ran into dependency issues when we tried to compile our own ruby. Thanks. John Guthrie jguth...@book.com This electronic mail message contains information that

[Puppet Users] Installing Hiera on Puppet Master 2.7.14

2012-05-31 Thread Gmoney
I'm trying to install Hiera on a Red Hat 6 server running puppet 2.7.14 I've installed the following gems on my 2.7.14 RH6 server: puppet resource package | grep hiera package { 'hiera': package { 'hiera-puppet': But still recieve this error on the client err: Could not retrieve catalog from

Re: [Puppet Users] 403 Forbidden with Passenger

2012-05-31 Thread Michael Altfield
Hi David, Indeed, I've been generating my certs by running puppetmasterd as root before running apache, as per all the install guides I've read. Which user should I use? The puppet user created by yum has a shell of /sbin/nologin :\ One thing I don't understand is this error message: You

Re: [Puppet Users] Passenger on redhat 6

2012-05-31 Thread Jo Rhett
On May 24, 2012, at 3:48 AM, David Schmitt wrote: I have been using Phusion Passenger repo in production since a few months and so far no complains. URL: http://passenger.stealthymonkeys.com/rhel/6/$basearch Except that - as far as i understood it - those packages require a compiler and a

Re: [Puppet Users] could not find user when running as daemon

2012-05-31 Thread Jo Rhett
Sounds like you changed nsswitch.conf but haven't restarted puppet daemon. So puppet has no idea how to see those users. VFAQ ;-) On May 29, 2012, at 2:06 AM, pattryn wrote: I have this problem I can't figure out. I have a very simple define to deploy SSH keys to certain LDAP users:

[Puppet Users] PuppetDB relationship to dashboard DB ?

2012-05-31 Thread Jo Rhett
I am curious if the PuppetDB provides some optimization of the very-high-utilization of DB with Dashboard. I deployed Dashboard last year with ~500 nodes and used up 50-60GB of disk space just keeping 30 days of changes around. Do the optimizations that PuppetDB provides lower that

Re: [Puppet Users] puppet on Xen Server

2012-05-31 Thread Timothy Sutton
I've only ever installed a handful of 3rd-party tools on XenServer, but it was usually a matter of finding EL5-compatible rpms from an external repo and installing those. Tim On 2012-05-31, at 1:59 PM, John Guthrie jguth...@book.com wrote: Has anyone had any luck installing puppet on Citrix

[Puppet Users] Re: Installing Hiera on Puppet Master 2.7.14

2012-05-31 Thread Gmoney
Apologies to all, I was missing a default .yaml file that specified the classes for hiera to load, fixed. On May 31, 2:38 pm, Gmoney greg.caldwe...@gmail.com wrote: I'm trying to install Hiera on a Red Hat 6 server running puppet 2.7.14 I've installed the following gems on my 2.7.14 RH6

Re: [Puppet Users] puppet on Xen Server

2012-05-31 Thread Martin Willemsma
Hi John, We have puppet running on Xenserver. Please note that Citrix can start complaining about 'unsupported custom modifications' to the host in case you have a technical support contract. ruby -v ruby 1.8.7 (2010-06-23 patchlevel 299) [i386-linux] I have these packages installed on

[Puppet Users] Parameterizing params?

2012-05-31 Thread Wil Cooley
I'm probably trying to solve a problem that I don't really need to solve, but I'm hard-headed enough that I'm going ahead anyway... I am using foo::params to centralize things like file paths, package names, etc. that vary by $::osfamily, but I am running into difficulties where the actual