Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12169 from alphagov/add-alex-avlonitis-to-integra…
Browse files Browse the repository at this point in the history
…tion

Added alexavlonitis user to SSH into integration
  • Loading branch information
AlexAvlonitis authored Dec 15, 2023
2 parents a13fe17 + 99f7ac9 commit 77e34e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions hieradata_aws/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ router::nginx::check_requests_critical: '@0.25'
users::usernames:
- agadufrat
- alessiatosi
- alexavlonitis
- alexnewton
- alistairdavidson
- anabotto
Expand Down
8 changes: 8 additions & 0 deletions modules/users/manifests/alexavlonitis.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Creates the alexavlonitis user
class users::alexavlonitis {
govuk_user { 'alexavlonitis':
fullname => 'Alex Avlonitis',
email => '[email protected]',
ssh_key => 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB2zpyItMBY+80pmRzvXyn52ZfBbIZzExWbIIfVbqVW5 [email protected]',
}
}

0 comments on commit 77e34e1

Please sign in to comment.