Skip to content

Commit

Permalink
improve sudo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Feb 21, 2022
1 parent 0b986a9 commit e57b550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy/define_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ users:
# shell: /bin/bash # default to /bin/bash
# home: /anfhome/<user_name> # default to /homedir_mountpoint/user_name
# admin: false # true will allow user to have cluster admin privilege - false by default
# sudo: true # Allow sudo access - false by default
# sudo: true # Allow sudo access on cluster compute nodes - false by default
- { name: clusteradmin, uid: 10001, gid: 5000, admin: true, sudo: true }
- { name: clusteruser, uid: 10002, gid: 5000 }
groups: # Not used today => To be used in the future
Expand Down

0 comments on commit e57b550

Please sign in to comment.