[messaging] Remove useless rabbit_hosts parameter (refs: #311)
Closes: #311
This commit is contained in:
parent
291fbe0703
commit
cb982edaae
@ -19,7 +19,7 @@
|
||||
#
|
||||
# === Parameters:
|
||||
#
|
||||
# [*rabbit_hosts*]
|
||||
# [*rabbit_names*]
|
||||
# (optional) List of RabbitMQ servers. Should be an array.
|
||||
# Default value in params
|
||||
#
|
||||
@ -29,7 +29,6 @@
|
||||
#
|
||||
|
||||
class cloud::messaging(
|
||||
$rabbit_hosts = $os_params::rabbit_hosts,
|
||||
$rabbit_names = $os_params::rabbit_names,
|
||||
$rabbit_password = $os_params::rabbit_password
|
||||
){
|
||||
|
Loading…
x
Reference in New Issue
Block a user