Skip to content
Snippets Groups Projects
Commit dd1092df authored by Riccardo Bucchi's avatar Riccardo Bucchi
Browse files

Typo and class renaming for zookeeper

parent 7c8976c5
No related branches found
No related tags found
1 merge request!23Dev
class iaas::profile::ceilometer::controller (
class iaas::profile::zookeeper (
$admin_interface = hiera('iaas::admin_interface', undef),
$servers = hiera('iaas::profile::zookeeper::servers', undef),
$zookeeper_id = undef,
......@@ -9,7 +9,7 @@ class iaas::profile::ceilometer::controller (
# Python-zake package
package { 'python-zake': }
class { 'zookeeper':
class { '::zookeeper':
id => $zookeeper_id,
client_ip => $::facts["ipaddress_${admin_interface}"],
servers => $servers,
......
......@@ -14,7 +14,7 @@ class iaas::role::rhmk(
$main_address = undef,
$admin_address = undef,
$rabbit_hostname = undef,
$zookeeper_id => undef,
$zookeeper_id = undef,
) {
# Base
class { 'iaas::profile::base': } ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment