[Puppet Users] Re: Multiple packages installation in one yum call

2011-01-13 Thread Stephane
You could do something like following: $wantedpackages = [ "perl-DBI", "perl-DBD-MySQL" ] package { $wantedpackages: ensure => installed } In one call, we install 2 packages. I hope it helps. -Stephane On Jan 11, 3:09 am, Adriana wrote: > Hello, > do

Re: [Puppet Users] Re: Run command based on OS version

2011-08-09 Thread Stephane Rossan
Facter can help you there. Puppet uses it to determine a bunch of facts about your server. You don't have to have puppet to use it, if you use RHEL or Centos, you can get it through yum. If you run facter lsbdistrelease, will give your version. On 8/8/11 4:30 PM, "Steve" wrote: >That's good to k

[Puppet Users] Issue with puppet cert -l -all

2011-09-08 Thread Stephane Rossan
ybody have an idea about this issue, please? Thanks, -Stephane -- 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 to p

Re: [Puppet Users] Issue with puppet cert -l -all

2011-09-09 Thread Stephane Rossan
[/etc/puppet] debug: Finishing transaction 23900602235500 I don't understand the question about certificate CRL. And when I try puppet cert —print –all, it fails: [root@puppetca ~]# puppet cert --all --printerr: Could not call print: header too long Any idea? Thanks, -Stephane From: Nan Li

Re: [Puppet Users] Issue with puppet cert -l -all

2011-09-27 Thread Stephane Rossan
It started to work again, and nobody knows why. Thanks for the help. -Stephane On 9/9/11 2:00 PM, "Nan Liu" wrote: >On Fri, Sep 9, 2011 at 9:53 AM, Stephane Rossan >wrote: >> >> I just did a puppet cert ­d, it doesn't work. So, I did a puppet cert >>­d ­

[Puppet Users] Puppet report als JMS Message

2014-01-08 Thread Stephane Raemy
Hi everybody We are actually using Puppet and MCollective with ActiveMQ. The Puppet Reports are now forwarded from the Puppet Master to our application using the HTTP report mechanism: reports = store, http reporturl = http://machine:port/qapp/reports I would like to know if there is (or is