This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11519 from alphagov/add-hanna-laakso
Add Hanna Laakso for integration SSH access
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Creates the hannalaakso user | ||
class users::hannalaakso { | ||
govuk_user { 'hannalaakso': | ||
fullname => 'Hanna Laakso', | ||
email => '[email protected]', | ||
ssh_key => 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDx4bvlCe/yuN7Hgy2UUfLeHieVNneLXj5yfZRyhlaPu3Y6vUAPwnrZB1VcS06UrGz7m7hcQPn/Rcq6lZGDwC3rvPCoZ43uAThOaj3zoe45aVjXuMu6ms262PYH/rkkl03nS4QMzdh8lwuE2SPkzGoQAEs9IRkaJtJjqLPVmqbJMMLalGhselY8JYi4i79Wr+EOvf8Kld/t1TnjLYZvh4GIzQyHnefxVXe6fiocI+EyD3Y5kdKmB1B3R2wAQATvmzwW4Mm/XJzYKsx507SgrQxmWYlDibJaB8GTsJkcB1Xg61sVeFzdLJSuTtu0ZFRKGZ8TZI9+2uacfLUnBSwf8wSHqUuUh5RWETOCZYwky0jvmz3Tdq0FviRKbgiQQpgLK9DIXGYyckRMMR/ZrtgdsivGXXAtH2jbjxKGTQavNqVVhqQFYMSD2kAcORCeQC10ylh5MI6EaO8wLSN2x9G1P4fnv1BaGoXYQF6ohhzM3L9A0D0EXcIC4ubE2wb/nbsWHu9xYrWqWnPdJZYoaPBEGRwfREmxuhD5sorUqLZYAWThgraSeRQOHlNKv9XV2isOtaxK8nJwyC0TLxW34C8HErAyXtBuXbiZmwg3jx4X6LhS9MF2DlQu/O1J3DOuCdG19Ju8/NVI93jNdSqdOKDUjLJF4AkXz5kRWWmKr7uEGahXRw== [email protected]', | ||
} | ||
} |