Andrew Bogott has submitted this change and it was merged.

Change subject: Change five UIDs to match ldap
......................................................................


Change five UIDs to match ldap

Asaf Bartov
Brad Jorsch
Bryan Davis
Benu Situ
Chris Steipp

After this, only 70 left to go :(

Change-Id: Ic1cc156e452200eb5f7ef96d5a8c09261a455ef2
---
M manifests/admins.pp
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  jenkins-bot: Verified
  Dzahn: Looks good to me, but someone else must approve



diff --git a/manifests/admins.pp b/manifests/admins.pp
index 76cb436..852e7e3 100644
--- a/manifests/admins.pp
+++ b/manifests/admins.pp
@@ -200,7 +200,7 @@
     class anomie inherits baseaccount {
         $username = 'anomie'
         $realname = 'Brad Jorsch'
-        $uid      = '617'
+        $uid      = '2248'
         $enabled  = true
 
         unixaccount { $realname: username => $username, uid => $uid, gid => 
$gid }
@@ -359,7 +359,7 @@
     class bd808 inherits baseaccount {
         $username = 'bd808'
         $realname = 'Bryan Davis'
-        $uid      = '652'
+        $uid      = '3518'
         $enabled    = true
 
         unixaccount { $realname: username => $username, uid => $uid, gid => 
$gid }
@@ -469,7 +469,7 @@
     class csteipp inherits baseaccount {
         $username = 'csteipp'
         $realname = 'Chris Steipp'
-        $uid      = '609'
+        $uid      = '2246'
         $enabled  = true
 
         unixaccount { $realname: username => $username, uid => $uid, gid => 
$gid, enabled => $enabled }
@@ -2234,7 +2234,7 @@
     class bsitu inherits baseaccount {
         $username = 'bsitu'
         $realname = 'Benny Situ'
-        $uid      = '595'
+        $uid      = '2100'
 
         unixaccount { $realname: username => $username, uid => $uid, gid => 
$gid }
 
@@ -2636,7 +2636,7 @@
     class abartov inherits baseaccount {
         $username = 'abartov'
         $realname = 'Asaf Bartov'
-        $uid      = '618'
+        $uid      = '2176'
 
         unixaccount { $realname: username => $username, uid => $uid, gid => 
$gid }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic1cc156e452200eb5f7ef96d5a8c09261a455ef2
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <abog...@wikimedia.org>
Gerrit-Reviewer: Andrew Bogott <abog...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to