Fix bug on cluster.pp

Change-Id: I7a38c201d65c062902f533dce7f61f58b292d653
(cherry picked from commit dae3ddca0c)
This commit is contained in:
Alejandro Andreu 2017-02-17 11:58:11 +01:00
parent c93158418e
commit 172b3c6509
1 changed files with 1 additions and 1 deletions

View File

@ -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,