fuel-library/deployment/puppet/qpid
Matthew Mosesohn f6ce3550fd workaround qpid_hosts is internal_virtual_ip 2013-07-24 20:05:04 +04:00
..
lib/puppet Add qpid module. Add corosync-restart exec 2013-07-24 16:10:04 +04:00
manifests workaround qpid_hosts is internal_virtual_ip 2013-07-24 20:05:04 +04:00
templates fixed replication to third node, add qpid timeout 2013-07-24 16:10:05 +04:00
CHANGELOG Add qpid module. Add corosync-restart exec 2013-07-24 16:10:04 +04:00
LICENSE Add qpid module. Add corosync-restart exec 2013-07-24 16:10:04 +04:00
Modulefile Add qpid module. Add corosync-restart exec 2013-07-24 16:10:04 +04:00
README Add qpid module. Add corosync-restart exec 2013-07-24 16:10:04 +04:00

README

# Qpid Puppet Module
Dan Prince <dprince@redhat.com>

This module manages the Qpid.

examples:

class { 'qpid::server': }

qpid_user { 'foo':
  password  => 'changeme',
  file  => '/var/lib/qpidd/qpidd.sasldb',
  realm  => 'TEST',
  provider => 'saslpasswd2',
  require   => Class['qpid::server'],
}