RobH has submitted this change and it was merged.

Change subject: adding dan andreescu per RT 4561
......................................................................


adding dan andreescu per RT 4561

Change-Id: I327e05252050887585d1aa0289fc4e4df31c47ab
---
M manifests/admins.pp
M manifests/decommissioning.pp
M manifests/site.pp
3 files changed, 21 insertions(+), 2 deletions(-)

Approvals:
  RobH: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/admins.pp b/manifests/admins.pp
index 09095a2..c473023 100644
--- a/manifests/admins.pp
+++ b/manifests/admins.pp
@@ -2598,8 +2598,26 @@
                }
        }
 
+       # RT 4561
+       class milimetric inherits baseaccount {
+               $username = "milimetric"
+               $realname = "Dan Andreescu"
+               $uid = 633
 
+               unixaccount { $realname: username => $username, uid => $uid, 
gid => $gid }
 
+               if $manage_home {
+                       Ssh_authorized_key { require => Unixaccount[$realname]}
+
+                       ssh_authorized_key {
+                               "dan@DAndreescu-ThinkPad-T420s":
+                               ensure => present,
+                               user   => $username,
+                               type   => "ssh-rsa",
+                               key    => 
"AAAAB3NzaC1yc2EAAAADAQABAAABAQDAOgZWjHAoVJF6hJCrDUjVuiZiNeW1GudEfkFJS4ORo+WpVaMjwrILGThrriIYZNEIQNEf4l+7ht2l7/9g7e0j56NxXX3NJftJWRKOk1d7s57CKZAdvcbQ4G+L/Tyed+qZj9JurHdMstcVo50nd6S/UvbvDAdieXHemhZLtFcqPBQj66XDJkGzm0U9eW49lB1qCzcQnsNQbxRbV39RsSgIU9YHeGWMsglI227nZX6Lvd6/Vvz2VsFR5xtdPBHQ170XqbRylZQaBaR1lmRz9Aa7dSKSbNgGYAUNkzijILhBccJK1Iulmh/yDFPm6ZVWFaezinbCspXnvCIdJfG9EoLx",
+                       }
+               }
+       }
 
 
 }
@@ -2700,6 +2718,7 @@
        include accounts::ram #rt4387
        include accounts::rcole # access revoked
        include accounts::tparscal
+       include accounts::milimetric
 }
 
 class admins::analinterns {
diff --git a/manifests/decommissioning.pp b/manifests/decommissioning.pp
index f4281b0..2f661e6 100644
--- a/manifests/decommissioning.pp
+++ b/manifests/decommissioning.pp
@@ -248,5 +248,4 @@
 "virt1002",
 "virt1003",
 "wikinews-lb.wikimedia.org",
-"wtp1001",
 ]
diff --git a/manifests/site.pp b/manifests/site.pp
index 2e739a0..1abb264 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2330,7 +2330,8 @@
                # RT 4475
                accounts::fschulenburg,
                # RT 4519
-               accounts::ypanda
+               accounts::ypanda,
+               accounts::milimetric #rt4561
 
 
        sudo_user { "otto": privileges => ['ALL = NOPASSWD: ALL'] }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I327e05252050887585d1aa0289fc4e4df31c47ab
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: RobH <[email protected]>
Gerrit-Reviewer: Lcarr <[email protected]>
Gerrit-Reviewer: RobH <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to