packstack/packstack/puppet/templates/mongodb.pp

8 lines
133 B
Puppet

$mongodb_host = hiera('CONFIG_MONGODB_HOST')
class { '::mongodb::server':
smallfiles => true,
bind_ip => [$mongodb_host],
}