Manages a Snippet within Cobbler.
resource "cobbler_snippet" "my_snippet" {
name = "/var/lib/cobbler/snippets/my_snippet"
body = "<content of snippet>"
}
The following arguments are supported:
body - (Required) The body of the snippet.
name - (Required) The name of the snippet. This must be the full path, including /var/lib/cobbler/snippets.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/cobbler/r/snippet.html