From 9dcd068aab95579ce0482a56cd98c5163747b979 Mon Sep 17 00:00:00 2001 From: Alejandro Andreu Date: Fri, 17 Feb 2017 11:58:11 +0100 Subject: [PATCH] Fix bug on cluster.pp Change-Id: I7a38c201d65c062902f533dce7f61f58b292d653 (cherry picked from commit dae3ddca0cbebe67e2f22a98922c78a152b5851a) --- manifests/cluster.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/cluster.pp b/manifests/cluster.pp index 74ba7b2..3b07b62 100644 --- a/manifests/cluster.pp +++ b/manifests/cluster.pp @@ -221,7 +221,7 @@ class midonet::cluster ( service_ensure => $service_ensure, service_enable => $service_enable, cluster_config_path => $cluster_config_path, - cluster_jvm_config_path => $cluster_config_path, + cluster_jvm_config_path => $cluster_jvm_config_path, cluster_host => $cluster_host, cluster_port => $cluster_port, max_heap_size => $max_heap_size,