summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed typo in Packages end_statistics hookChris St. Pierre2012-06-191-1/+1
|
* merged maintChris St. Pierre2012-06-191-2/+2
|
* added end_statistics hook to ClientRunHooks; added calls to Packages and ↵Chris St. Pierre2012-06-121-0/+3
| | | | PuppetENC to clean cache after statistics, too
* converted Packages to use ClientRunHooks instead of abusing GoalValidatorChris St. Pierre2012-06-121-7/+5
|
* fixed return values from toggle_debug xcmdsChris St. Pierre2012-06-011-1/+2
|
* merged maintChris St. Pierre2012-05-151-0/+4
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-22/+25
| | | | to server Core
* added short-lived caching of Packages Collection objectsChris St. Pierre2012-05-111-3/+11
|
* remove extraneous assignment of package versionChris St. Pierre2012-05-111-1/+0
|
* set important on yum/apt config generated by PackagesChris St. Pierre2012-05-101-5/+6
|
* Packages: Add Essential packages to specification (#1084)Sol Jerome2012-04-171-1/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Add support for alternate version attributeSol Jerome2012-03-291-2/+6
| | | | | | | Patch from odenbach on IRC. Allows for setting version="any" by default on entries bound by the Packages plugin. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+263
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>