projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make ppc64 chroots on pizzetti
[mirror/dsa-puppet.git]
/
3rdparty
/
modules
/
qpid
/
README
1
# Qpid Puppet Module
2
Dan Prince <dprince@redhat.com>
3
4
This module manages the Qpid.
5
6
examples:
7
8
class { 'qpid::server': }
9
10
qpid_user { 'foo':
11
password => 'changeme',
12
file => '/var/lib/qpidd/qpidd.sasldb',
13
realm => 'TEST',
14
provider => 'saslpasswd2',
15
require => Class['qpid::server'],
16
}