summaryrefslogtreecommitdiffstats
path: root/contrib/ruby/README
Commit message (Collapse)AuthorAgeFilesLines
* Added an update call prior to saving or updating a system.Darryl L. Pierce2008-08-211-6/+9
|
* Ruby bindings for the Cobbler XMLRCP interface.Darryl L. Pierce2008-08-041-0/+29
This first pass is very simple, only wrapping the Distro, Profile and System objects and the NetworkInterface type. All classes extended a class named Base, and all are in the Cobbler module. Configuration is held within the config/cobbler.yml file, but can be overridden at runtime. Unit tests, examples, etc. are also provided.