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. |
||
---|---|---|
.. | ||
LICENSE | ||
Makefile | ||
README.md | ||
cobblerclient.go | ||
distro.go | ||
kickstart_file.go | ||
methods.txt | ||
profile.go | ||
snippet.go | ||
system.go |
README.md
cobblerclient
Cobbler Client written in Go