aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-07 17:43:57 +0000
committerGerrit Code Review <review@openstack.org>2017-04-07 17:43:57 +0000
commitfc7067761f1c90705df9bde13d6a4e5fbf1934b6 (patch)
treeb5891ef6dc6f807e706e66d67ad8a4dfcca82c5d /manifests/profile
parent31a065dd58a704f3bc8f4959202ac7dea2fcf29e (diff)
parent33e0fe959d849acdab4b084ffd31d242c58ff6b6 (diff)
Merge "syntax error extra comma in rabbitmq.pp"
Diffstat (limited to 'manifests/profile')
-rw-r--r--manifests/profile/base/rabbitmq.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/rabbitmq.pp b/manifests/profile/base/rabbitmq.pp
index 9d1417c..8551f19 100644
--- a/manifests/profile/base/rabbitmq.pp
+++ b/manifests/profile/base/rabbitmq.pp
@@ -110,7 +110,7 @@ class tripleo::profile::base::rabbitmq (
if $inet_dist_interface {
$real_kernel_variables = merge(
$kernel_variables,
- { 'inet_dist_use_interface' => ip_to_erl_format($inet_dist_interface) },
+ { 'inet_dist_use_interface' => ip_to_erl_format($inet_dist_interface) }
)
} else {
$real_kernel_variables = $kernel_variables