summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | added properties element encryptionChris St. Pierre2012-06-062-9/+96
| | | | | | | | added bcfg2-crypt utility for encrypting Properties and Cfg files
* | doc: Instructions apply to all RHEL versionsSol Jerome2012-06-051-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | re-rationalized service modes to make them more consistent and granularChris St. Pierre2012-06-051-24/+35
| |
* | doc: Remove references to ping dataSol Jerome2012-06-043-14/+8
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | NagiosGen: Create empty config.xml when missingSol Jerome2012-06-041-8/+4
| | | | | | | | | | | | | | This allows new users to get setup more quickly without having to worry about the tweaking capabilities available in config.xml. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | fixed docs, code that referenced old yum section of packages.confChris St. Pierre2012-06-041-3/+3
| |
* | doc: Enable syntax highlighting for xml blocksSol Jerome2012-06-021-9/+27
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix missing configuration stepSol Jerome2012-05-271-0/+4
| | | | | | | | | | | | | | | | Omitting this step while setting up the NagiosGen plugin causes tracebacks when restarting the bcfg2-server process. We should probably also allow for a missing config.xml (or create one in the code). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix build warningsSol Jerome2012-05-202-5/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | fixed encrypted genshi/cheetah generatorsChris St. Pierre2012-05-171-6/+9
| |
* | Added ability to store Cfg files with AES encryptionChris St. Pierre2012-05-151-0/+75
| |
* | merged maintChris St. Pierre2012-05-151-8/+12
|\|
| * disabling metadata implies disabling the resolverChris St. Pierre2012-05-071-2/+5
| |
| * check for bcfg2-yum-helper in $PATH firstChris St. Pierre2012-05-041-4/+5
| |
* | added docs for selectively disabling Cfg validationChris St. Pierre2012-05-141-7/+13
| |