summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Added documentation on how to set up a virtualenv with Bcfg2 code.Mike McCallister2011-07-121-2/+73
|
* Minor edits to the glossary to make better use of Sphinx formatting.Mike McCallister2011-07-121-8/+14
| | | | Also added missing definition for client.
* Minor change to better use Sphinx syntax for environment variables.Mike McCallister2011-07-123-7/+7
| | | | | Has the benefit that environment variable names will now be visible in the documentation index.
* doc: Add missing <Service> attribute valueHolger Weiß2011-07-111-22/+22
| | | | Add "interactive_only" to the list of supported <Service> mode values.
* doc: Fix build indentation errorsSol Jerome2011-07-071-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'master' of https://github.com/rcuza/bcfg2Sol Jerome2011-07-072-0/+95
|\
| * Add documentation on how to get started with Bcfg2 on Mac OS X (10.6).Raul Cuza2011-07-071-0/+77
| |
| * Document versioning conventions used by Bcfg2.Raul Cuza2011-07-071-0/+18
| |
* | doc: Add information about processing pending updatesSol Jerome2011-07-071-0/+5
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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>