Derek Higgins bd9d2e8388 Adding Initial openstack plugins
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
2012-08-03 00:25:57 +01:00

12 lines
155 B
Puppet

class {"qpid::server":
auth => "no"
}
firewall { '001 qpid incomming':
proto => 'tcp',
dport => ['5672'],
action => 'accept',
}