mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 04:07:22 -06:00
3759e36784
* vendor: Updating cobblerclient for Cobbler * provider/cobbler: Fix Profile Repos This commit fixes a bug where adding repos would result in an error. This was due to the Cobbler API wanting a space-separated list of repos rather than an array. The Cobbler Service will split the string by space when used internally, but will always present the repos as a string. * provider/cobbler: System Interface Management Test This commit adds a test to verify that the Management parameter of System Interfaces works. |
||
---|---|---|
.. | ||
cobblerclient.go | ||
distro.go | ||
kickstart_file.go | ||
LICENSE | ||
Makefile | ||
methods.txt | ||
profile.go | ||
README.md | ||
snippet.go | ||
system.go |
cobblerclient
Cobbler Client written in Go