Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update web config documents | Tim Laszlo | 2012-08-07 | 4 | -29/+33 |
| | |||||
* | made path to Packages cache configurable | Chris St. Pierre | 2012-08-01 | 1 | -26/+46 |
| | |||||
* | added docs about conflicting ACLs and permissions | Chris St. Pierre | 2012-08-01 | 1 | -0/+16 |
| | |||||
* | added ACL docs | Chris St. Pierre | 2012-08-01 | 2 | -24/+61 |
| | |||||
* | unified Metadata/DBMetadata plugins | Chris St. Pierre | 2012-07-31 | 3 | -42/+41 |
| | | | | made django optional | ||||
* | Added ability to store probe data in database instead of probed.xml | Chris St. Pierre | 2012-07-30 | 4 | -59/+101 |
| | |||||
* | Metadata and other improvements: | Chris St. Pierre | 2012-07-30 | 8 | -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 core | Chris St. Pierre | 2012-07-19 | 2 | -0/+45 |
| | |||||
* | doc: Fix code block | Sol Jerome | 2012-07-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix plugin role list | Sol Jerome | 2012-07-13 | 1 | -0/+21 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | added selinux support | Chris St. Pierre | 2012-07-03 | 6 | -200/+417 |
| | |||||
* | added ability to disable Properties write-back | Chris St. Pierre | 2012-06-19 | 1 | -14/+24 |
| | |||||
* | added automatch to automatically invoke XMLMatch() on Properties files | Chris St. Pierre | 2012-06-19 | 1 | -21/+89 |
| | |||||
* | fixed code-block directives | Chris St. Pierre | 2012-06-19 | 1 | -12/+16 |
| | |||||
* | merged maint | Chris St. Pierre | 2012-06-19 | 4 | -7/+43 |
|\ | |||||
| * | improved SSLCA verification routines and logging | Chris St. Pierre | 2012-06-13 | 1 | -1/+7 |
| | | |||||
| * | doc: Fix client tool driver name (reported by m4z on IRC) | Sol Jerome | 2012-05-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | added ability to specify arbitrary repository options to Packages | Chris St. Pierre | 2012-05-23 | 1 | -0/+30 |
| | | |||||
| * | fixed bug in FileProbes doco | Chris St. Pierre | 2012-05-17 | 1 | -1/+1 |
| | | |||||
| * | fixed doco bugs | Chris St. Pierre | 2012-05-17 | 1 | -3/+3 |
| | | |||||
* | | added support for encrypting different elements in a single Properties file ↵ | Chris St. Pierre | 2012-06-15 | 1 | -9/+9 |
| | | | | | | | | with different passphrases | ||||
* | | clarified when trigger scripts are run | Chris St. Pierre | 2012-06-12 | 1 | -2/+2 |
| | | |||||
* | | added support for Puppet External Node Classifiers | Chris St. Pierre | 2012-06-12 | 1 | -0/+123 |
| | | |||||
* | | added ClientRunHooks plugin role | Chris St. Pierre | 2012-06-12 | 1 | -121/+38 |
| | | |||||
* | | added properties element encryption | Chris St. Pierre | 2012-06-06 | 2 | -9/+96 |
| | | | | | | | | added bcfg2-crypt utility for encrypting Properties and Cfg files | ||||
* | | doc: Instructions apply to all RHEL versions | Sol Jerome | 2012-06-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | re-rationalized service modes to make them more consistent and granular | Chris St. Pierre | 2012-06-05 | 1 | -24/+35 |
| | | |||||
* | | doc: Remove references to ping data | Sol Jerome | 2012-06-04 | 3 | -14/+8 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | NagiosGen: Create empty config.xml when missing | Sol Jerome | 2012-06-04 | 1 | -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.conf | Chris St. Pierre | 2012-06-04 | 1 | -3/+3 |
| | | |||||
* | | doc: Enable syntax highlighting for xml blocks | Sol Jerome | 2012-06-02 | 1 | -9/+27 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | doc: Fix missing configuration step | Sol Jerome | 2012-05-27 | 1 | -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 warnings | Sol Jerome | 2012-05-20 | 2 | -5/+5 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | fixed encrypted genshi/cheetah generators | Chris St. Pierre | 2012-05-17 | 1 | -6/+9 |
| | | |||||
* | | Added ability to store Cfg files with AES encryption | Chris St. Pierre | 2012-05-15 | 1 | -0/+75 |
| | | |||||
* | | merged maint | Chris St. Pierre | 2012-05-15 | 1 | -8/+12 |
|\| | |||||
| * | disabling metadata implies disabling the resolver | Chris St. Pierre | 2012-05-07 | 1 | -2/+5 |
| | | |||||
| * | check for bcfg2-yum-helper in $PATH first | Chris St. Pierre | 2012-05-04 | 1 | -4/+5 |
| | | |||||
* | | added docs for selectively disabling Cfg validation | Chris St. Pierre | 2012-05-14 | 1 | -7/+13 |
| | | |||||
* | | fixed docs for packages.conf/rules.conf | Chris St. Pierre | 2012-05-14 | 2 | -36/+27 |
| | | |||||
* | | doc: Clarify group-specific file documentation | Sol Jerome | 2012-05-13 | 1 | -9/+9 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | added support for validating Cfg file contents using external commands | Chris St. Pierre | 2012-05-09 | 1 | -34/+83 |
| | | |||||
* | | Options: Change default paranoid setting to 'true' | Sol Jerome | 2012-05-07 | 2 | -5/+3 |
| | | | | | | | | | | | | | | This makes setting up paranoid mode easier while silencing bcfg2-lint errors. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | merged maint to master | Chris St. Pierre | 2012-05-04 | 2 | -130/+16 |
|\| | |||||
| * | merged b82a107... removed obsolete docs about import_gpg_keys | Chris St. Pierre | 2012-05-04 | 1 | -13/+4 |
| | | |||||
| * | doc: Fix reports installation docs (reported by calvinx on IRC) | Sol Jerome | 2012-05-02 | 2 | -130/+16 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | doc: Fix build errors | Sol Jerome | 2012-05-02 | 2 | -8/+10 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Merge branch 'master' of github.com:fabaff/bcfg2 | Fabian Affolter | 2012-05-01 | 2 | -95/+95 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/centos.txt doc/server/plugins/generators/packages.txt | ||||
| * | | updated | Fabian Affolter | 2012-05-01 | 1 | -17/+22 |
| | | | |||||
| * | | Minor layout changes | Fabian Affolter | 2012-01-08 | 1 | -3/+5 |
| | | |