Dzahn has uploaded a new change for review.

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

Change subject: create account for gtisza (tgr)
......................................................................

create account for gtisza (tgr)

Full name: Gergő Tisza
Affiliation: WMF Multimedia team fulltime engineer
Contact: [email protected] / tgr@freenode
Preferred shell user name: tgr

labs user: tgr
UID: 2355
cn: Gergő Tisza

manager: <+gi11es>

RT #7506

Change-Id: I949987b1dc3c34a950e8d3c909617e5ac7b7b14b
---
M manifests/admins.pp
1 file changed, 19 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/61/133761/1

diff --git a/manifests/admins.pp b/manifests/admins.pp
index b35eab0..9a372c2 100644
--- a/manifests/admins.pp
+++ b/manifests/admins.pp
@@ -3786,6 +3786,25 @@
         }
     }
 
+    # RT 7506
+    class tgr inherits baseaccount {
+        $username = 'tgr'
+        $realname = 'Gergo Tisza'
+        $uid      = '2355'
+
+        unixaccount { $realname: username => $username, uid => $uid, gid => 
$gid }
+
+        if $manage_home {
+            Ssh_authorized_key { require => Unixaccount[$realname] }
+
+            ssh_authorized_key { '[email protected]':
+                ensure => 'present',
+                user   => $username,
+                type   => 'ssh-rsa',
+                key    => 
'AAAAB3NzaC1yc2EAAAADAQABAAABAQCpZLnfaAbbxvapFDFwIg2kYLn+6Xk8IvB9WXfY5TU+tgakaTynli0WgZYwNVY/cFYnXuBL+QoQZEgj3RUQ6an2URygck4Y88WcHT+9WzjZXhPWBxysfeClbjyjhNFnb8qfWep9xWfIDZp0r+K/hgKF9rAUSRcCUVzF6GRVZ0F52W9fTNxW5kT5L8mrSG+t8vV0IQT1P8IL43I3yiXJJhaAm4nnZJOALBl9rKLJD4wFPKp0P0yJ9tZgTEIzubDusW9cjfP/2niiCVItUyAqlU815AoFiyx7GkT0hWB6FxLHVA4ch06+zI2f2vUJR2w9P9jjYjbophu/fT/r7ov0PKnH',
+            }
+        }
+    }
 
 # / end regular (human) users
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I949987b1dc3c34a950e8d3c909617e5ac7b7b14b
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