d353740465
Change-Id: I8b8390949680dff1f862a1747fdac57afdc10d57 |
||
---|---|---|
.. | ||
lib/puppet | ||
manifests | ||
templates | ||
CHANGELOG | ||
LICENSE | ||
Modulefile | ||
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'], }