Re: [Puppet Users] Re: Remove certificate requests

2012-12-15 Thread Tim Bishop
I've been testing Razor and ended up with a bunch of requests from test machines that I didn't sign and didn't need any more. "puppet cert print" again fails because there's no certificate, only a request. Anyway, to answer my own question, I just needed to remove the requests from the puppet/ssl

Re: [Puppet Users] Run stages frustration

2012-12-15 Thread Keiran Sweet
Hi There, I do a similar thing with my environment, I apply a class called "applysoe" to all nodes that is responsible for applying my modules and classes to nodes in a specific order as the ENC i use didn't initially support it. Have you looked at the foreman ? The imminent release of 1.1 suppo

[Puppet Users] Re: Catalog compile times > 40s - Puppet 2.7.18

2012-12-15 Thread treydock
On Sunday, December 9, 2012 1:41:34 PM UTC-6, treydock wrote: > > I am finding that the puppetlabs-apache module is somehow adding 30-60 > seconds onto a host's catalog compile time when the puppetmaster has no > other hosts contacting or generating catalogs. The Puppetmaster is setup > to us

Re: [Puppet Users] New Puppet User: Issues with pre-commit script

2012-12-15 Thread Matthew Burgess
On Fri, Dec 14, 2012 at 5:42 PM, Jagga Soorma wrote: > Thanks for your reply Matthew. I changed that line to the following: > > /usr/bin/puppet parser validate $tmpfile >> /tmp/puppet-val.log > 2>&1 > > Here is what the log is capturing (problem with the environment?): > > -- > simran@sh

[Puppet Users] Package not installed

2012-12-15 Thread Arnold Skimminge
I'm trying to install a package with puppet, libxp6. I have installed many other packages this way, however for this particular package the result is aptitude search libxp6 p libxp6 - X Printing Extension (Xprint) client libra i A libxp6:i386 - X P

Re: [Puppet Users] Package not installed

2012-12-15 Thread Stefan Goethals
run puppet in debug mode... puppet agent -t Stefan. On Sat, Dec 15, 2012 at 10:01 PM, Arnold Skimminge wrote: > I'm trying to install a package with puppet, libxp6. I have installed many > other packages this way, however for this particular package the result is > > aptitude search libxp6 > p

Re: [Puppet Users] New Puppet User: Issues with pre-commit script

2012-12-15 Thread Jakov Sosic
On 12/14/2012 03:00 AM, Jagga Soorma wrote: Hi Guys, I am new to puppet so please let me know if this is not the correct place for asking this question. I am setting up a new puppet environment running the latest 3.x version. I have the puppet master and client setup correctly and tested with

Re: [Puppet Users] Re: Puppet Dashboard for Rails 3

2012-12-15 Thread Jakov Sosic
On 12/11/2012 12:33 AM, Aaron Stone wrote: Update: thanks to help from GitHub users @igreg and @astratto, Puppet Dashboard Rails 3 is now fully compatible with Ruby 1.9! The rails3 and rails3-aaa branches are up to date as of Dashboard version 1.2.15 plus the work on those branches. I'm down to

Re: [Puppet Users] Managing puppet as Application software management

2012-12-15 Thread Jakov Sosic
On 12/02/2012 07:43 AM, Dhaval wrote: Hi, using puppet can i manage application packages, for example if some application user want to install his application package, is it possible to maintain that package using puppet ? like opsware do ? Don't do you expect people on puppet mailing list to

Re: [Puppet Users] Strange issue with create_resources and exec 'command' parameter

2012-12-15 Thread Jakov Sosic
On 12/05/2012 01:17 AM, Gary Larizza wrote: $stuff = { '/bin/false' => { 'command' => "/bin/echo 'hello there'" } } create_resources('exec', $stuff) Doesn't work here, puppet 3.0.1, rhel6... # puppet apply test.pp Error: /bin/false returned 1 instead of one of [0] Error: /Stage[main]//Exec[/

Re: [Puppet Users] Re: puppetlabs-firewall source array not working as expected

2012-12-15 Thread Jakov Sosic
On 12/04/2012 03:56 PM, Terry Z. wrote: I believe you have stumbled into the same issue I ran into when attempting to workaround this with defined resources and unfortunately I had to continue using the legacy bobsh-iptables module as a result (which has its own inherent issues but at least prope

[Puppet Users] Question on modeling multiple services sharing configuration

2012-12-15 Thread Roman Shaposhnik
Hi! I would appreciate any advice on the best practices on how to model a collection of services that each has its own configuration file, but also share a common one. Now, the trouble is, that the common configuration file is not *really* just a place for the common configuration to reside, but

Re: [Puppet Users] Managing puppet as Application software management

2012-12-15 Thread devzero2000
Sorry for the top posting. Perhaps are you searching for something like puppy by example42 ? Give it a look. Best 2012/12/2, Dhaval : > Hi, > > using puppet can i manage application packages, for example if some > application user want to install his application package, is it possible to > > ma

[Puppet Users] Re: err: Could not request certificate: stack level too deep

2012-12-15 Thread Steve Roberts
On Saturday, September 15, 2012 6:10:33 AM UTC-7, quanta wrote: > > debug: Using cached certificate for ca > err: Could not request certificate: stack level too deep > debug: Using cached certificate for ca > debug: Using cached certificate for ca > /usr/lib/ruby/1.8/sync.rb:58: