Disable puppetlabs-mongodb dbpath_fix

The dbpath_fix in the mongodb module will correct permissions on the
data files. Unfortunately the data files are being created with the
nogroup group so it leads to some idempotency issues when the files get
created.  This is currently blocking the promotion of the module. Since
we don't require this functionality for p-o-i, let's turn it off.

Change-Id: Ia864387f2f4b4bcc02d71c046394d03dae20a411
This commit is contained in:
Alex Schultz 2016-11-21 14:49:22 -07:00
parent f4bab99559
commit 09f80b54c4
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
---
apache::default_vhost: false
mongodb::server::dbpath_fix: false