Andrew Bogott has uploaded a new change for review.

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

Change subject: Rename gdubuc to 'gilles' to match labs.
......................................................................

Rename gdubuc to 'gilles' to match labs.

Change-Id: I173b333c9d6a250130778b19df8192b52729ee38
---
M manifests/admins.pp
1 file changed, 11 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/65/131465/1

diff --git a/manifests/admins.pp b/manifests/admins.pp
index 0af7505..087ee47 100644
--- a/manifests/admins.pp
+++ b/manifests/admins.pp
@@ -3373,11 +3373,21 @@
         }
     }
 
-    # RT 6619
+    # Disabled in favor of 'gilles'
     class gdubuc inherits baseaccount {
         $username = 'gdubuc'
         $realname = 'Gilles Dubuc'
         $uid      = '659'
+        $enabled  = false
+
+        unixaccount { $realname: username => $username, uid => $uid, gid => 
$gid }
+    }
+
+    # RT 6619
+    class gilles inherits baseaccount {
+        $username = 'gilles'
+        $realname = 'Gilles Dubuc'
+        $uid      = '4319'
 
         unixaccount { $realname: username => $username, uid => $uid, gid => 
$gid }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I173b333c9d6a250130778b19df8192b52729ee38
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <abog...@wikimedia.org>

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

Reply via email to