Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/81159


Change subject: ytterbium, first include accounts then do all the rest (sudo 
user), attempt to avoid dependency problem for Group[500]
......................................................................

ytterbium, first include accounts then do all the rest (sudo user),
attempt to avoid dependency problem for Group[500]

Change-Id: I1825be96e37408f6f41249cbfb7a253f8ed490de
---
M manifests/site.pp
1 file changed, 7 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/59/81159/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 420a9c1..391df77 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2969,6 +2969,13 @@
 }
 
 node "ytterbium.wikimedia.org" {
+
+    # Note: whenever moving Gerrit out of manganese, you will need
+    # to update the role::zuul::production
+    include role::gerrit::production,
+        backup::client,
+        accounts::demon
+
     install_certificate{ "gerrit.wikimedia.org": ca => "RapidSSL_CA.pem" }
 
     $sudo_privs = [ 'ALL = NOPASSWD: /usr/local/sbin/add-ldap-user',
@@ -2981,12 +2988,6 @@
 
     # full root for gerrit admin (RT-3698)
     sudo_user { "demon": privileges => ['ALL = NOPASSWD: ALL'] }
-
-    # Note: whenever moving Gerrit out of manganese, you will need
-    # to update the role::zuul::production
-    include role::gerrit::production,
-        backup::client,
-        accounts::demon
 }
 
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1825be96e37408f6f41249cbfb7a253f8ed490de
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

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

Reply via email to