packstack/packstack/puppet/templates/mongodb.pp

5 lines
104 B
Puppet

class { 'mongodb::server':
smallfiles => true,
bind_ip => ['%(CONFIG_MONGODB_HOST)s'],
}