summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Decisions.py
Commit message (Collapse)AuthorAgeFilesLines
* Server/Plugins/Decisions: Monitor files for changes.Alexander Sulfrian2015-02-171-2/+4
| | | | | | StructFile does not monitor the files by default and without the monitor we does not get the content. So we need to supply should_monitor=True to the StructFile.
* Server/Plugins/Decisions: fix typoSol Jerome2014-10-131-1/+1
| | | | | | Modified from github #204. Thanks to Alexander Sulfrain. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-2/+2
|
* Decisions: use StructFile instead of host- or group-specific XML filesChris St. Pierre2013-02-051-46/+12
|
* added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-171-1/+2
| | | | times
* wrote sphinx docs for base server CoreChris St. Pierre2012-10-151-44/+44
|
* fixed handling of regex filename patterns in GroupSpool/EntrySetChris St. Pierre2012-08-221-2/+3
|
* added unit tests for EntrySetChris St. Pierre2012-08-141-3/+3
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+66
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>