[Puppet Users] puppet-hiera used with Parameterised class

2012-07-01 Thread Peter
Hi Puppet Users, For some bizzare reason I am unable to use hiera-puppet with a parameterised class. The output is: root@hiera hieratest/manifests# puppet apply -e "include hieratest" Error: undefined method `catalog' for # at line 1 on node hiera.localdomain Wrapp

Re: [Puppet Users] packaging puppet modules

2012-07-01 Thread Ken Dreyer
On Thursday, June 28, 2012 2:47:10 PM UTC-6, Brian Gupta wrote: > > In the Debian world I'd consider a metapackage (hope this is the right > term) callet puppet-module-mysql, that can be install package > alternatives, and have puppet-module-puppetlabs-mysql (or something > like that) be one of

[Puppet Users] Puppet-Rundeck Integration

2012-07-01 Thread Carlbob
Hello- I'm running puppet enterprise 2.5.1 and just installed the puppet- rundeck gem. When I try and start puppet-rundeck, I receive the message below: You need to have Puppet 0.25.5 or later installed /usr/lib64/ruby/gems/1.8/gems/puppet-rundeck-0.0.7/lib/puppet- rundeck.rb:34:in `configure':

Re: [Puppet Users] Puppet can't start service (dropbox) but init.d command works manually

2012-07-01 Thread Ashley Baumann
This was failing for me because the init.d script needed a #!/bin/sh at the top of it. Puppet was getting an "Exec Format Error" when it tried to run it. 11008 execve("/etc/init.d/dropbox", ["/etc/init.d/dropbox", "status"], [/* 23 vars */]) = -1 ENOEXEC (Exec format error) Ashleyb -- You r

Re: [Puppet Users] Unable to Install puppet Master

2012-07-01 Thread Jeeva
Apologies for the late reply. 1. I installed "pe-tanukiwrapper-3.5.9-5.pe.el5.x86_64" separately with no deps. I moved this rpm out of packages as well >> rpm -U pe-tanukiwrapper-3.5.9-5.pe.el5.x86_64 --nodeps 2. After then I ran the puppet installer. Since I already have the mysql in my se