Dzahn has submitted this change and it was merged.

Change subject: Revert "remove Daniel Kinzler's account, he said he doesn't 
need it and it had the wrong keys, already checked key was nowhere besides 
fenari, deleting home dirs via salt"
......................................................................


Revert "remove Daniel Kinzler's account, he said he doesn't need it and it had 
the wrong keys, already checked key was nowhere besides fenari, deleting home 
dirs via salt"

keep it in the file but disable it instead

This reverts commit 89ed0076bf6ab5331ecf597c13e5185d6cd640f9

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

Approvals:
  Ryan Lane: Looks good to me, approved
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/admins.pp b/manifests/admins.pp
index 494ccb3..7bb2dd4 100644
--- a/manifests/admins.pp
+++ b/manifests/admins.pp
@@ -489,6 +489,28 @@
                }
        }
 
+       class daniel inherits baseaccount {
+               $username = "daniel"
+               $realname = "Daniel Kinzler"
+               $uid = 545
+               $enabled = false
+
+               unixaccount { $realname: username => $username, uid => $uid, 
gid => $gid, enabled => $enabled }
+
+               if $manage_home {
+                       if $svnkey {
+                               Ssh_authorized_key { require => 
Unixaccount[$realname] }
+
+                               ssh_authorized_key { 
'[email protected]':
+                                       ensure  => absent,
+                                       user    => $username,
+                                       type    => "ssh-rsa",
+                                       key => 
"AAAAB3NzaC1yc2EAAAABJQAAAIEAuH1eNAxPgzMG0GoCZBtNx/eTnneQRT0Z/IZvbj0uQusaNlSG7MlFrUEI/HWCwIcWZlAdMBCvp2Ywc7+flvgH+JuBzbjvXDhhkC9o0/9wxKEwGRnP8RDnNBlaouzk/ROP4m8L2FZahAahFzoqDqYxzBl7bQ/iw+N811rAo+R0AGU=";
+                               }
+                       }
+               }
+       }
+
        class dsc inherits baseaccount {
                $username = "dsc"
                $realname = "David Schoonover"
@@ -3015,6 +3037,7 @@
        include accounts::dab
        include accounts::manybubbles
        include accounts::milimetric
+       include accounts::daniel
        include accounts::dartar
        include accounts::diederik
        include accounts::dsc

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie53fac810cb85dfe656b88e4550fadb6250cb424
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Ryan Lane <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to