FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cobbler_profile

Manages a Profile within Cobbler.

Example Usage

resource "cobbler_profile" "my_profile" {
  name = "/var/lib/cobbler/snippets/my_snippet"
  distro = "ubuntu-1404-x86_64"
}

Argument Reference

The following arguments are supported:

Attributes Reference

All of the above Optional attributes are also exported.


See the source of this document at Terraform.io