Only use root user for CaT infra
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6fc5b2553c
commit
ad1a6db3a8
|
@ -39,7 +39,7 @@ in {
|
||||||
"salt.gateway.test" = {
|
"salt.gateway.test" = {
|
||||||
hostname = "10.0.0.3";
|
hostname = "10.0.0.3";
|
||||||
user = "root";
|
user = "root";
|
||||||
proxyJump = "salt.base.test";
|
proxyJump = "root@salt.base.test";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue