about summary refs log tree commit diff
path: root/theforeman.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compacted to improve readability / maintainability masterAndrew Deck2016-04-011-142/+122
| | | | | Multiple clean up. * There were about eight methods that did almost exactly the same thing. Most of them actually _did_ do exactly the same thing. But since a person would actually have to _read_ all of them to find that out, they actually made the thing harder to maintain. So I squished them into one method. Doc strings are also improved.
* Add python 2.6 compatibilityaward2014-07-101-6/+9
|
* Add hostgroup to the host description outputaward2014-07-101-0/+2
|
* Add support for child hostgroupsaward2014-07-101-2/+1
|
* import scriptFranck Cuny2014-03-081-0/+276