mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-16 16:31:33 +02:00
Allow setting custom PXE boot kernel_args on bare-metal
This commit is contained in:
@ -109,3 +109,9 @@ variable "container_linux_oem" {
|
||||
default = ""
|
||||
description = "Specify an OEM image id to use as base for the installation (e.g. ami, vmware_raw, xen) or leave blank for the default image"
|
||||
}
|
||||
|
||||
variable "kernel_args" {
|
||||
description = "Additional kernel arguments the servers should boot with."
|
||||
type = "list"
|
||||
default = []
|
||||
}
|
||||
|
Reference in New Issue
Block a user