Ottomata has submitted this change and it was merged. Change subject: Adding Henrique Andrade and giving access on stat1. ......................................................................
Adding Henrique Andrade and giving access on stat1. Change-Id: I084a0e4704a2d53281c33301816a078208a63e16 See: RT 4726 --- M manifests/admins.pp M manifests/site.pp 2 files changed, 34 insertions(+), 23 deletions(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/manifests/admins.pp b/manifests/admins.pp index e97ca2c..f720dc6 100644 --- a/manifests/admins.pp +++ b/manifests/admins.pp @@ -2565,6 +2565,27 @@ } } + # RT 4726 + class handrade inherits baseaccount { + $username = "handrade" + $realname = "Henrique Andrade" + $uid = 633 + + unixaccount { $realname: username => $username, uid => $uid, gid => $gid } + + if $manage_home { + Ssh_authorized_key { require => Unixaccount[$realname]} + + ssh_authorized_key { + "henrique@NBK-DTIC-ST05": + ensure => present, + user => $username, + type => "ssh-rsa", + key => "AAAAB3NzaC1yc2EAAAADAQABAAABAQDstEBKXJoAWxyG35Qk37OnU1vxTy9ObVSg3spDLdlPZzSP2VUJZ3BtKE0PTFQiz/sXqC8OExd1iwX/SiAhylpzuQdVmvjM4FlUS01ZwukpWbSu7J4S/0lbB5fEfOFbn7EtiOM2s6MVFwZSrzjfl//FjT1cf2/O7wcDkD8cou91W/7gLYFMk99tFM85MKjBlvYkgUtnmcAWRhf8z3qbiSlhPGJ9Sj/87u5GC4utmymiUwXQ1bw/dF6OhWsAuJAktT+eacREt2HrmEJumcCJ3vx0RjB3R1lrCh1TPwPD7frklCjZNwO1yaF4cf/WKdR5QZoSzl9A7OLgsvGpEdzmg/s1", + } + } + } + # FIXME: not an admin. This is more like a system account. class l10nupdate inherits baseaccount { $username = "l10nupdate" diff --git a/manifests/site.pp b/manifests/site.pp index 641ee5d..8a20536 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -2359,34 +2359,24 @@ accounts::declerambaul, accounts::jmorgan, accounts::rfaulk, - # RT 3219 - accounts::haithams, - # RT 3119 - admins::globaldev, - # RT 3451 - accounts::olivneh, + accounts::haithams, # RT 3219 + admins::globaldev, # RT 3119 + accounts::olivneh, # RT 3451 accounts::spage, - # RT 3460 - accounts::giovanni, + accounts::giovanni, # RT 3460 accounts::halfak, - # RT 3517 - accounts::maryana, - # RT 3540 - accounts::dandreescu, - # RT 3576 - accounts::howief, - # RT 3584 - accounts::spetrea, - # RT 3653 - accounts::swalling, - # RT 4106 - accounts::abartov, + accounts::maryana, # RT 3517 + accounts::dandreescu, # RT 3540 + accounts::howief, # RT 3576 + accounts::spetrea, # RT 3584 + accounts::swalling, # RT 3653 + accounts::abartov, # RT 4106 accounts::ironholds, accounts::jdlrobson, accounts::jgonera, - # RT 4475 - accounts::fschulenburg, - accounts::dandreescu #rt4561 + accounts::fschulenburg, # RT 4475 + accounts::dandreescu, # RT 4561 + accounts::handrade # RT 4726 sudo_user { "otto": privileges => ['ALL = NOPASSWD: ALL'] } -- To view, visit https://gerrit.wikimedia.org/r/54908 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I084a0e4704a2d53281c33301816a078208a63e16 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <o...@wikimedia.org> Gerrit-Reviewer: Ottomata <o...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits