This commit is contained in:
Jenkins
2013-07-24 14:34:24 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 4 deletions

2
.gitmodules vendored
View File

@@ -57,7 +57,7 @@
url = https://github.com/puppetlabs/puppetlabs-inifile.git
[submodule "packstack/puppet/modules/qpid"]
path = packstack/puppet/modules/qpid
url = https://github.com/derekhiggins/puppet-qpid.git
url = https://github.com/packstack/puppet-qpid.git
[submodule "packstack/puppet/modules/vlan"]
path = packstack/puppet/modules/vlan
url = https://github.com/derekhiggins/puppet-vlan.git

View File

@@ -1,6 +1,7 @@
class {"qpid::server":
auth => "no"
auth => "no",
clustered => false,
}
firewall { '001 qpid incoming':
@@ -8,4 +9,3 @@ firewall { '001 qpid incoming':
dport => ['5672'],
action => 'accept',
}