Dzahn has submitted this change and it was merged. 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> key: https://office.wikimedia.org/w/index.php?title=User:GTisza_%28WMF%29&diff=111915&oldid=107814 RT #7506 Change-Id: I949987b1dc3c34a950e8d3c909617e5ac7b7b14b --- M manifests/admins.pp 1 file changed, 19 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/manifests/admins.pp b/manifests/admins.pp index 2f916a5..3dcfad0 100644 --- a/manifests/admins.pp +++ b/manifests/admins.pp @@ -3794,6 +3794,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: merged Gerrit-Change-Id: I949987b1dc3c34a950e8d3c909617e5ac7b7b14b Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Gage <[email protected]> Gerrit-Reviewer: Gergő Tisza <[email protected]> Gerrit-Reviewer: Gilles <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Rush <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
