summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Ohai.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed pylint testsChris St. Pierre2014-01-301-1/+2
|
* load correct JSON library on py2.4Chris St. Pierre2014-01-291-1/+2
|
* testsuite: more text fixesChris St. Pierre2013-03-261-7/+9
|
* testsuite: fixed more unit test stuffChris St. Pierre2013-03-261-3/+20
|
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-1/+1
|
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-4/+0
| | | | | | | | | * 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.
* various pylint fixesChris St. Pierre2012-09-251-2/+0
|
* more pylint checksChris St. Pierre2012-09-251-8/+10
|
* made json optional againChris St. Pierre2012-09-251-1/+8
|
* added json, md5 to Bcfg2.CompatChris St. Pierre2012-09-201-14/+2
|
* removed more calls to file()Chris St. Pierre2012-08-151-1/+1
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+92
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>