summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/f_hostgroup.py
Commit message (Collapse)AuthorAgeFilesLines
* Converted to use new baseclass, remove the one with the f_ prefixRob Crittenden2009-03-201-354/+0
|
* Applied Rob's errors patchRob Crittenden2009-02-031-5/+5
|
* Use correct function for outputing a stringRob Crittenden2009-01-191-1/+1
|
* Updated hostgroup plugins module to where it can at least be importedJason Gerard DeRose2009-01-141-18/+16
|
* Don't pass along the kw dictionary we were passed by XML-RPC.Rob Crittenden2008-12-101-3/+4
| | | | | We generally want to just search indexed attributes. We get this list of attributes from the configuration, use it.
* Convert to new output_for_cli() functionRob Crittenden2008-12-101-37/+27
|
* Port plugins to use the new output_for_cli() argument listRob Crittenden2008-12-101-4/+17
| | | | Fix some errors uncovered by the nosetests
* Revive the hostgroup_container and include add/remove hosts in hostgroups pluginRob Crittenden2008-11-041-2/+26
|
* Implement host groupsRob Crittenden2008-10-271-0/+328