summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Fix typo in tableSol Jerome2011-07-051-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Remove <Package> attribute "reloc" from the docsHolger Weiß2011-07-051-2/+0
| | | | | Remove the "reloc" <Package> attribute from the documentation and from the XML Schema, as it is no longer supported (since commit 7beb2f08d8).
* New Info attribute: "sensitive"Holger Weiß2011-06-291-0/+4
| | | | | | The contents/diffs of <Path>s which are marked as "sensitive" are now omitted from the reports transmitted to the server, so that they won't end up in the statistics database.
* doc: Fix documentation on Info attributesHolger Weiß2011-06-291-2/+2
| | | | | The possible and default values of the "important" and "paranoid" attributes weren't listed correctly.
* doc: Add information about Package plugin errors (#1018)Sol Jerome2011-06-281-0/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix another typoSol Jerome2011-06-221-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix unknown directiveSol Jerome2011-06-221-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Move Deps to the Structure pluginsHolger Weiß2011-06-221-0/+0
| | | | Deps is a Structure plugin, not a Generator.
* doc: Sort list of Generators alphabeticallyHolger Weiß2011-06-221-1/+1
| | | | | In the Server/Plugins overview, move TGenshi to the end of the list of Generators, so that this list is sorted alphabetically.
* Cfg: Add support for perms='inherit' (Ticket #642)Sol Jerome2011-06-201-0/+2
| | | | | | | | | | | This feature allows you to use the on-disk permissions of the file in the Cfg repository rather than specifying them using the traditional means in info.xml. Note that this only works for the octal permissions of the file on disk since the owner/group may not exist on the destination machine. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* POSIX: Add recursive permissions (Ticket #871)Sol Jerome2011-06-181-2/+15
| | | | | | | This allows for a recursive='true' attribute such that the owner/group can be set recursively for a directory when using Path type='permissions'. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add warning about Group tags in Genshi BundlesSol Jerome2011-06-171-0/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Improved handling of JSON data from probesChris St. Pierre2011-06-171-3/+3
|
* doc: Mention important attribute for gpg-pubkey PathsSol Jerome2011-06-161-0/+12
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'py3k'Sol Jerome2011-06-151-6/+18
|\
| * doc: PY3K Make conf.py more portableSol Jerome2011-06-151-6/+18
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * bcfg2-reports: Show total numbers of entriesHolger Weiß2011-06-141-2/+5
| | | | | | | | | | | | Add a "-t NAME" option which reports the total (and good) number of managed entries on the host NAME. Also, allow for specifying "total", "good", and "bad" fields via --fields and --sort.
| * bcfg2-reports: Show modified entriesHolger Weiß2011-06-141-23/+29
| | | | | | | | | | bcfg2-reports now shows modified entries if it's called with --modifiedentry, -m, or -s.
| * Validate: Create and use new error type for missing schemasSol Jerome2011-06-141-46/+64
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Base: Deprecate Base in favor of BundlerSol Jerome2011-06-141-0/+7
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Cfg: Fix traceback for non-ascii filesSol Jerome2011-06-141-0/+6
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * POSIX: Clarify normalization error (Reported by Tim Goodaire)Sol Jerome2011-06-141-19/+35
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix inline literal referenceSol Jerome2011-06-141-4/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * allow setting whitelist/blacklist mode in bcfg2.confChris St. Pierre2011-06-141-11/+26
| |
| * doc: Fix Cfg exampleSol Jerome2011-06-141-3/+3
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix formatting errorSol Jerome2011-06-141-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * added documentation about manually troubleshooting TGenshi and BundlerChris St. Pierre2011-06-142-4/+74
| | | | | | | | templates
| * doc: Better document PostInstall entriesSol Jerome2011-06-141-1/+17
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix groups in centos guide (#1006)Sol Jerome2011-06-141-5/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Added FileProbes plugin.Chris St. Pierre2011-06-141-0/+57
| |
* | updated docsChris St. Pierre2011-06-151-3/+14
| |
* | make Bcfg2 automatically handle JSON, XML, and YAML output from probesChris St. Pierre2011-06-151-6/+37
| |
* | bcfg2-reports: Show total numbers of entriesHolger Weiß2011-06-081-2/+5
| | | | | | | | | | | | Add a "-t NAME" option which reports the total (and good) number of managed entries on the host NAME. Also, allow for specifying "total", "good", and "bad" fields via --fields and --sort.
* | bcfg2-reports: Show modified entriesHolger Weiß2011-06-071-23/+29
| | | | | | | | | | bcfg2-reports now shows modified entries if it's called with --modifiedentry, -m, or -s.
* | Validate: Create and use new error type for missing schemasSol Jerome2011-06-061-46/+64
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Base: Deprecate Base in favor of BundlerSol Jerome2011-06-031-0/+7
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Cfg: Fix traceback for non-ascii filesSol Jerome2011-05-311-0/+6
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | POSIX: Clarify normalization error (Reported by Tim Goodaire)Sol Jerome2011-05-251-19/+35
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix inline literal referenceSol Jerome2011-05-251-4/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | allow setting whitelist/blacklist mode in bcfg2.confChris St. Pierre2011-05-241-11/+26
| |
* | doc: Fix Cfg exampleSol Jerome2011-05-171-3/+3
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix formatting errorSol Jerome2011-05-171-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | added documentation about manually troubleshooting TGenshi and BundlerChris St. Pierre2011-05-172-4/+74
| | | | | | | | templates
* | doc: Better document PostInstall entriesSol Jerome2011-05-161-1/+17
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix groups in centos guide (#1006)Sol Jerome2011-05-141-5/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Added FileProbes plugin.Chris St. Pierre2011-05-111-0/+57
|/
* added documentation about NagiosGen config backwards-compatChris St. Pierre2011-05-061-1/+4
|
* Rewrote NagiosGen config to use NagiosGen/config.xml, whichChris St. Pierre2011-05-061-0/+31
| | | | | | | | | | | | understands <Group> and <Client> tags, rather than the client-specific Properties/NagiosGen.xml and the group-specific but limited NagiosGen/parents.xml. Includes schema and bcfg2-lint updates necessary. Wrote conversion tool, nagiosgen-convert.py, which converts everything but the <default/> tag in the old NagiosGen.xml, which cannot be reasonably converted to StructFile format. Also removed a _lot_ of string modification in NagiosGen.py, which should make it a fair bit faster.
* doc: Add mention of python-ssl alternative to m2cryptoSol Jerome2011-05-051-17/+20
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Core: Raise error on failed lxml import (Reported by Raul Cuza on IRC)Sol Jerome2011-05-053-2/+8
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>