Skip to content
Snippets Groups Projects
Commit a52ec1c6 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Merge branch 'root-for-flo' into 'develop'

Add flo's ssh key to the staging grid root user authorized_keys

See merge request !291
parents c33fe565 bdfe6d3e
No related branches found
No related tags found
2 merge requests!293merge develop into production,!291Add flo's ssh key to the staging grid root user authorized_keys
Pipeline #2018 failed
......@@ -3,7 +3,7 @@ let
flo = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHx7wJQNqKn8jOC4AxySRL2UxidNp7uIK9ad3pMb1ifF flo@fs-la"];
in
{
"root" = jcalderone;
"root" = jcalderone ++ flo;
inherit jcalderone;
inherit flo;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment