summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Base.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-7/+2
| | | | | | | | | * Where possible, create the file or directory that is about to be monitored. This ensures that content can be added later without need to restart Bcfg2. (Otherwise, adding the monitor would fail, and so when you did create the file in question, bcfg2-server would never be notified of it.) * When not possible, give better error messages.
* replace unintuitive reduce() calls with slightly less unintuitive chain() callsChris St. Pierre2013-01-081-7/+5
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* removed or fixed functools importsChris St. Pierre2012-08-231-4/+1
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+43
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>