Giuseppe Lavagetto has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/339603 )

Change subject: Add passwords::etcd
......................................................................


Add passwords::etcd

Change-Id: Ie57ebd4d9aa63d1196f1f653b08b5d83e14a6508
---
M modules/passwords/manifests/init.pp
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Giuseppe Lavagetto: Verified; Looks good to me, approved



diff --git a/modules/passwords/manifests/init.pp 
b/modules/passwords/manifests/init.pp
index d2d249e..a99196e 100644
--- a/modules/passwords/manifests/init.pp
+++ b/modules/passwords/manifests/init.pp
@@ -500,3 +500,9 @@
     $db_password = 'notsecret'
 }
 
+class passwords::etcd {
+    $accounts = {
+        'root'     => 'Wikipedia',
+        'conftool' => 'another_secret',
+    }
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie57ebd4d9aa63d1196f1f653b08b5d83e14a6508
Gerrit-PatchSet: 2
Gerrit-Project: labs/private
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to