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,