mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 10:01:08 -04:00
676 B
676 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| cobbler | Cobbler: cobbler_kickstart_file | docs-cobbler-resource-kickstart_file | Manages a Kickstart File within Cobbler. |
cobbler_kickstart_file
Manages a Kickstart File within Cobbler.
Example Usage
resource "cobbler_kickstart_file" "my_kickstart" {
name = "/var/lib/cobbler/kickstarts/my_kickstart.ks"
body = "<content of kickstart file>"
}
Argument Reference
The following arguments are supported:
-
body- (Required) The body of the kickstart file. -
name- (Required) The name of the kickstart file. This must be the full path, including/var/lib/cobbler/kickstarts.