mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix ssh account username for CentOS Stream 8 golden image
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
672f6586d7
commit
179532f902
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
"cloudwatch-agent-available": "true",
|
||||
"instance_type": "t3a.large",
|
||||
"is_windows": "false",
|
||||
"ssh_username": "cloud-user"
|
||||
"ssh_username": "centos"
|
||||
},
|
||||
"centosstream-9-arm64": {
|
||||
"ami": "ami-06fd13f7c7c702fc4",
|
||||
|
|
Loading…
Add table
Reference in a new issue