FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cobbler_snippet

Manages a Snippet within Cobbler.

Example Usage

resource "cobbler_snippet" "my_snippet" {
  name = "/var/lib/cobbler/snippets/my_snippet"
  body = "<content of snippet>"
}

Argument Reference

The following arguments are supported:


See the source of this document at Terraform.io