From 09f80b54c4b672d07b23046770dd1cf4ec6510ec Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 21 Nov 2016 14:49:22 -0700 Subject: [PATCH] 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 --- hiera/common.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hiera/common.yaml b/hiera/common.yaml index f9a03b76a..c6d43ddd3 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -1,2 +1,3 @@ --- apache::default_vhost: false +mongodb::server::dbpath_fix: false