For several months I've been tearing my hair out trying to get Puppet to
install mcollective such that it talks with rabbitmq over SSL. No modules
have worked. A couple days ago I noticed a new module from Puppetlabs. I
tried this and it doesn't work either. Just starting out with this:
node 'sleepy.foobar.com' {
class { '::mcollective':
middleware => true,
middleware_hosts => [ 'sleepy.foobar.com'],
}
mcollective::user { 'joe':
certificate => '/home/joe/keys/joe_cert.pem',
private_key => '/home/joe/keys/joe_key.pem',
}
}
This fails with this complaint:
Error: Execution of '/usr/bin/apt-get -q -y -o
DPkg::Options::=-force-confold install ssl-certs' returned 100: Reading
package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package ssl-certs
Problem: there is no such package as ssl-certs in Ubuntu 12.04 or Debian
7.0, or Centos 6.
Can someone recommend ANY module anywhere that works as I state in the
first sentence?
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.