summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/FileProbes.py
Commit message (Collapse)AuthorAgeFilesLines
* FileProbes: made client probe compatible with bcfg2 1.2Chris St. Pierre2013-05-211-1/+5
|
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-5/+2
|
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-1/+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.
* fixed conversion to octal in py3kChris St. Pierre2012-12-041-3/+3
|
* fixed a few straggling perms -> mode changesChris St. Pierre2012-10-151-1/+1
|
* Plugins: Update builtin plugins to use 'mode' attributeSol Jerome2012-10-151-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* FileProbes: escape literal % in probe codeChris St. Pierre2012-10-041-2/+2
|
* made client runs abort on probe failure, added option to disable thatChris St. Pierre2012-09-281-8/+19
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-26/+24
|
* FileProbes: removed client-side lxml requirementChris St. Pierre2012-09-181-16/+19
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-2/+2
|
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-4/+5
|
* lots of various py3k fixesChris St. Pierre2012-08-211-9/+9
|
* fixed syntax errorChris St. Pierre2012-08-201-1/+1
|
* FileProbes: fixed bug introduced by Cfg rewriteChris St. Pierre2012-08-161-7/+3
|
* FileProbes creates new entries in Cfg (https://github.com/Bcfg2/bcfg2/issues/38)Chris St. Pierre2012-08-151-4/+4
|
* print function fixesChris St. Pierre2012-08-151-2/+2
|
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-251-10/+4
|
* merged maintChris St. Pierre2012-05-151-1/+4
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+230
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>