
This is a first working version of the installer, there is a lot more to be added, for example a lot more can be paramatarized
12 lines
155 B
Puppet
12 lines
155 B
Puppet
|
|
class {"qpid::server":
|
|
auth => "no"
|
|
}
|
|
|
|
firewall { '001 qpid incomming':
|
|
proto => 'tcp',
|
|
dport => ['5672'],
|
|
action => 'accept',
|
|
}
|
|
|