We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f40bd commit 23739c6Copy full SHA for 23739c6
manifests/params.pp
@@ -1,7 +1,7 @@
1
# PRIVATE CLASS: do not use directly
2
class mongodb::params inherits mongodb::globals {
3
$ensure = true
4
- $dbpath = '/var/lib/mongodb'
+ $dbpath = '/var/lib/mongo'
5
$bind_ip = pick($mongodb::globals::bind_ip, ['127.0.0.1'])
6
$ipv6 = undef
7
$service_manage = pick($mongodb::globals::mongod_service_manage, true)
0 commit comments