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
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
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
[/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
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
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