RobH has uploaded a new change for review.

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


Change subject: RT 4600 Adding Michelle Grover to cluster access / stat1 access
......................................................................

RT 4600 Adding Michelle Grover to cluster access / stat1 access

Change-Id: Iffb9a5e7c2c96600f672f2af67cec94693cf53b6
---
M manifests/admins.pp
M manifests/site.pp
2 files changed, 22 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/19/58419/1

diff --git a/manifests/admins.pp b/manifests/admins.pp
index 7cb9f8e..03c4210 100644
--- a/manifests/admins.pp
+++ b/manifests/admins.pp
@@ -2655,6 +2655,26 @@
                }
        }
 
+       class bblack inherits baseaccount {
+               $username = "mgrover"
+               $realname = "Michelle Grover"
+               $uid = 637
+
+               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    => 
"AAAAB3NzaC1yc2EAAAADAQABAAABAQC9npOnzY3kpFadPdPnd1FenTwI50a50zB8+92LDqgaaJU8yYXTncKb24F54/OEtjjedTAYwyS3FsDqlkBU9N5h14UAZuv8Yp813duY1yIfpGBurHirbcPBr/zbtgWtk48Gay2Prup63+CHRLGYR2HDx6csRKfb0wOo1NFtZTuttVu+eCZ9yZ35DmK1fctNPJtbfFVxVa7cyqHY0Fvu/m98EynGReaMiD6yzgIede2mnTLF6S0+Hn9bCX2oXt2aTZY8Wjb3osXACCtK1kjorf65OrMvjgvLDYCASF1D7ckCNlWaTzdKsjNjUiUmuB3DI6G3OxC82OV2xsBXRDB9k3Ah",
+                       }
+               }
+       }
+
        # FIXME: not an admin. This is more like a system account.
        class l10nupdate inherits baseaccount {
                $username = "l10nupdate"
@@ -2774,6 +2794,7 @@
        include accounts::ezachte
        include accounts::jamesofur
        include accounts::khorn
+       include accounts::mgrover #RT 4600
        include accounts::otto
        include accounts::rainman
        include accounts::ram #rt4387
diff --git a/manifests/site.pp b/manifests/site.pp
index 691ff7a..3f1b6a5 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2553,6 +2553,7 @@
                accounts::spage,
                accounts::maryana, # RT 3517
                accounts::mflaschen, #RT 4796
+               accounts::mgrover, #RT 4600
                accounts::olivneh, # RT 3451
                accounts::otto,
                accounts::reedy,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iffb9a5e7c2c96600f672f2af67cec94693cf53b6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: RobH <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to