cobbler / cobblerclient

Cobbler client library in golang
Apache License 2.0
2 stars 4 forks source link

Add support for `redhat_management_key` #49

Closed SchoolGuy closed 1 month ago

SchoolGuy commented 1 month ago

Is your feature request related to a problem?

As a user
I want to be able to create, edit and copy items with all their properties
so that I can enter all the required data into Cobbler.

Provide a detailed description of the proposed feature

The following structs should get the field redhat_management_key:

Alternatives you've considered

None

Additional information

Found while implementing the copy command for distro in the Golang-based CLI.