mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Fix SSH username for CentOS Stream 8 Arm64 golden image
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
c0f4e4fc8d
commit
3f23a4b14d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "m6g.large",
|
||||
"is_windows": "false",
|
||||
"ssh_username": "cloud-user"
|
||||
"ssh_username": "centos"
|
||||
},
|
||||
"centosstream-8": {
|
||||
"ami": "ami-055e35dc7180defad",
|
||||
|
|
Loading…
Add table
Reference in a new issue