Lcarr has submitted this change and it was merged.

Change subject: MongoDB dbpath: /a/mongodb -> /srv/mongodb
......................................................................


MongoDB dbpath: /a/mongodb -> /srv/mongodb

/a/ is deprecated.

Change-Id: Ifdb08357cca87ce0e6d42090dfc7763746f58192
---
M modules/eventlogging/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Lcarr: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/eventlogging/manifests/init.pp 
b/modules/eventlogging/manifests/init.pp
index f1fe106..b3f3482 100644
--- a/modules/eventlogging/manifests/init.pp
+++ b/modules/eventlogging/manifests/init.pp
@@ -12,7 +12,7 @@
        }
 
        class { 'mongodb':
-               dbpath  => '/a/mongodb',
+               dbpath  => '/srv/mongodb',
                bind_ip => false,
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/59972
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifdb08357cca87ce0e6d42090dfc7763746f58192
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Faidon <[email protected]>
Gerrit-Reviewer: Lcarr <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to