Dzahn has submitted this change and it was merged.

Change subject: Require the MongoDB password class
......................................................................


Require the MongoDB password class

It has to be required by the manifest that executes the template that
interpolates it, obviously.

Change-Id: Idca5edcfa5c0e02e81b26b1de7d4c013907dcbc5
---
M modules/eventlogging/manifests/supervisor.pp
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/modules/eventlogging/manifests/supervisor.pp 
b/modules/eventlogging/manifests/supervisor.pp
index 270bab0..577f55e 100644
--- a/modules/eventlogging/manifests/supervisor.pp
+++ b/modules/eventlogging/manifests/supervisor.pp
@@ -2,7 +2,8 @@
 # daemontools) to start / stop / restart / monitor EventLogging processes.
 class eventlogging::supervisor {
 
-       require passwords::mysql::eventlogging  # RT 4752
+       require passwords::mysql::eventlogging    # RT 4752
+       require passwords::mongodb::eventlogging  # RT 5101
 
        package { 'supervisor':
                ensure => present,

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

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

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

Reply via email to