mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
12 lines
286 B
TOML
12 lines
286 B
TOML
[Testuser]
|
|
# Define them in roles.toml as well
|
|
roles = [ "somerole/local" ]
|
|
|
|
# If two or more users want to use the same machine at once the higher prio
|
|
# wins
|
|
priority = 0
|
|
|
|
# You can add whatever random data you want.
|
|
# It will get stored in the `kv` field in UserData.
|
|
noot = "noot!"
|