Skip to content

Commit fe70cda

Browse files
authored
Add docs access for Adam Turner (#490)
1 parent dbac6a7 commit fe70cda

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pillar/base/users.sls

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ users:
5757
- downloads
5858

5959
# Other users
60+
adam:
61+
fullname: "Adam Turner"
62+
ssh_keys:
63+
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIGz53UVWECxd1h48KLeMtCIVohay+OA639kMNntQCw
64+
access:
65+
docs:
66+
sudo: True
67+
allowed: True
68+
groups:
69+
- docs
70+
- docsbuild
71+
6072
antoine:
6173
fullname: "Antoine Pitrou"
6274
ssh_keys:

0 commit comments

Comments
 (0)