Send correct param to elasticsearch class

Change-Id: I310df2c8d1850556a5de3c12848f2c6e3456e355
This commit is contained in:
Ryan Lane 2013-10-17 15:32:22 -07:00
parent 0c6458296b
commit 54550b80fa
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ class openstack_project::wiki (
}
class { 'elasticsearch':
discover_nodes => ['localhost'],
elasticsearch_version => '0.90.5',
discover_nodes => ['localhost'],
version => '0.90.5',
}
}