Merge "Install mongodb client package"

This commit is contained in:
Jenkins 2016-03-15 21:29:59 +00:00 committed by Gerrit Code Review
commit b0ba9e8e09
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@ if hiera('step') >= 2 {
# MongoDB
if downcase(hiera('ceilometer_backend')) == 'mongodb' {
include ::mongodb::globals
include ::mongodb::client
include ::mongodb::server
# NOTE(gfidente): We need to pass the list of IPv6 addresses *with* port and
# without the brackets as 'members' argument for the 'mongodb_replset'

View File

@ -127,6 +127,7 @@ if hiera('step') >= 1 {
if downcase(hiera('ceilometer_backend')) == 'mongodb' {
include ::mongodb::globals
include ::mongodb::client
class { '::mongodb::server' :
service_manage => false,
}