Skip to content

Commit

Permalink
more ol fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Gotteswinter <mail@jservice.org>
  • Loading branch information
jgotteswinter authored and jserviceorg committed Apr 26, 2023
1 parent e2264d5 commit 9a9c5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/initcmd/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var (
Name: "os",
Description: "Operating system to use for this cluster",
DefaultValue: osUbuntu.Name,
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinu, osOracleLinux, osRHEL, osFlatcar},
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinux, osOracleLinux, osRHEL, osFlatcar},
},
},
},
Expand Down Expand Up @@ -234,7 +234,7 @@ var (
Name: "worker_os",
Description: "Operating system of the provided image",
DefaultValue: osUbuntu.Name,
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinux, osRHEL, osFlatcar, osAmazonLinux2},
Choices: []terraformVariableChoice{osUbuntu, osCentos, osRockyLinux, osOracleLinux, osRHEL, osFlatcar, osAmazonLinux2},
},
},
cloudConfig: heredoc.Doc(`
Expand Down

0 comments on commit 9a9c5ff

Please sign in to comment.