Merge "Swithed to https://github.com/packstack/puppet-qpid"
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -57,7 +57,7 @@
|
|||||||
url = https://github.com/puppetlabs/puppetlabs-inifile.git
|
url = https://github.com/puppetlabs/puppetlabs-inifile.git
|
||||||
[submodule "packstack/puppet/modules/qpid"]
|
[submodule "packstack/puppet/modules/qpid"]
|
||||||
path = 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"]
|
[submodule "packstack/puppet/modules/vlan"]
|
||||||
path = packstack/puppet/modules/vlan
|
path = packstack/puppet/modules/vlan
|
||||||
url = https://github.com/derekhiggins/puppet-vlan.git
|
url = https://github.com/derekhiggins/puppet-vlan.git
|
||||||
|
|||||||
Submodule packstack/puppet/modules/qpid updated: 4ada31cbfc...8fcc5314d1
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
class {"qpid::server":
|
class {"qpid::server":
|
||||||
auth => "no"
|
auth => "no",
|
||||||
|
clustered => false,
|
||||||
}
|
}
|
||||||
|
|
||||||
firewall { '001 qpid incoming':
|
firewall { '001 qpid incoming':
|
||||||
@@ -8,4 +9,3 @@ firewall { '001 qpid incoming':
|
|||||||
dport => ['5672'],
|
dport => ['5672'],
|
||||||
action => 'accept',
|
action => 'accept',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user