summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Properties: made automatch in bcfg2.conf a default, not absolute; cleaned up ↵Chris St. Pierre2012-09-131-7/+21
| | | | docs
* bcfg2-info: added "automatch" command to perform Properties automatchingChris St. Pierre2012-09-121-0/+11
|
* Rules: Implement status='ignore' for all service typesSol Jerome2012-09-111-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* docs: fixed Cfg development docs on accessing configurationChris St. Pierre2012-09-111-1/+1
|
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-115-62/+193
|
* doc: Fix build_sphinxSol Jerome2012-09-091-1/+2
| | | | | | | | This allows one to prepend to the sys.path since the machine where you are building the documentation may have the Bcfg2 client (not server) installed. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add sphinx configuration for module importsSol Jerome2012-09-071-1/+1
| | | | | | | | I still need to figure out how to get things to work when certain modules (e.g. lxml) are unavailable, but this should at prevent one from having to fully install the bcfg2 server prior to building the documentation. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added link to Travis-CI builds in unit-testing docsChris St. Pierre2012-09-061-0/+3
|
* added versioning doc to development TOCChris St. Pierre2012-09-061-0/+1
|
* added docs about cache invalidationChris St. Pierre2012-09-061-0/+48
|
* Documented all plugin helper objectsChris St. Pierre2012-09-062-13/+53
|
* split up mammoth Plugin.pyChris St. Pierre2012-09-061-123/+4
|
* documented base plugin interfacesChris St. Pierre2012-09-063-233/+134
|
* improving plugin development docsChris St. Pierre2012-09-063-40/+145
|
* added server-side client metadata object cachingChris St. Pierre2012-09-053-3/+73
|
* POSIX/Device: Change perms back to modeSol Jerome2012-09-021-0/+2
| | | | | | | | Change our terminology to match that used by MKNOD(1). This makes the client tool behave as it did previously. Also, add 'mode' to the schema to make `bcfg2-lint` happy. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix code-block directiveSol Jerome2012-08-311-4/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0pre1Sol Jerome2012-08-311-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Docs: cleaned up SSLCA docsChris St. Pierre2012-08-271-113/+159
|
* Packages: added support for generating Apt sources.listChris St. Pierre2012-08-271-14/+32
|
* TemplateHelper: removed support for host- and group-specific helpersChris St. Pierre2012-08-241-10/+8
| | | | | | | | | | Supporting these was basically impossible due to the way Python handles bytecode compilation. For instance, 'foo.py.G10_bar' would be compiled to foo.py.G10_barc, which is then indistinguishable from a helper for the group "barc" (or, rather, a _broken_ helper for that group, since a bytecode-compiled module cannot be imported successfully). There's no performance gain from specific helpers anyway -- they all get imported -- so I removed this functionality.
* doc: Fix NagiosGen documentation bug (#1117)Sol Jerome2012-08-221-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.3Sol Jerome2012-08-151-1/+1
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: misc/bcfg2.spec setup.py
* updated docs to reflect deprecation of info/:infoChris St. Pierre2012-08-153-26/+42
|
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-48/+45
|
* doc: Fix sphinx build warningsSol Jerome2012-08-081-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Update web config documentsTim Laszlo2012-08-074-29/+33
|
* made path to Packages cache configurableChris St. Pierre2012-08-011-26/+46
|
* added docs about conflicting ACLs and permissionsChris St. Pierre2012-08-011-0/+16
|
* added ACL docsChris St. Pierre2012-08-012-24/+61
|
* unified Metadata/DBMetadata pluginsChris St. Pierre2012-07-313-42/+41
| | | | made django optional
* Added ability to store probe data in database instead of probed.xmlChris St. Pierre2012-07-304-59/+101
|
* Metadata and other improvements:Chris St. Pierre2012-07-308-54/+229
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* added CherryPy-based server coreChris St. Pierre2012-07-192-0/+45
|
* doc: Fix code blockSol Jerome2012-07-131-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix plugin role listSol Jerome2012-07-131-0/+21
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added selinux supportChris St. Pierre2012-07-036-200/+417
|
* added ability to disable Properties write-backChris St. Pierre2012-06-191-14/+24
|
* added automatch to automatically invoke XMLMatch() on Properties filesChris St. Pierre2012-06-191-21/+89
|
* fixed code-block directivesChris St. Pierre2012-06-191-12/+16
|
* merged maintChris St. Pierre2012-06-194-7/+43
|\
| * improved SSLCA verification routines and loggingChris St. Pierre2012-06-131-1/+7
| |
| * doc: Fix client tool driver name (reported by m4z on IRC)Sol Jerome2012-05-241-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * added ability to specify arbitrary repository options to PackagesChris St. Pierre2012-05-231-0/+30
| |
| * fixed bug in FileProbes docoChris St. Pierre2012-05-171-1/+1
| |
| * fixed doco bugsChris St. Pierre2012-05-171-3/+3
| |
* | added support for encrypting different elements in a single Properties file ↵Chris St. Pierre2012-06-151-9/+9
| | | | | | | | with different passphrases
* | clarified when trigger scripts are runChris St. Pierre2012-06-121-2/+2
| |
* | added support for Puppet External Node ClassifiersChris St. Pierre2012-06-121-0/+123
| |
* | added ClientRunHooks plugin roleChris St. Pierre2012-06-121-121/+38
| |