summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* added buildbundle command to bcfg2-info to render a bundle templateChris St. Pierre2011-08-033-15/+12
|
* doc: Fix versionaddedSol Jerome2011-08-031-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix some typosSol Jerome2011-08-022-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix sphinx build warningsSol Jerome2011-08-011-11/+11
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Lots of improvements to Packages plugin:Chris St. Pierre2011-08-011-125/+169
| | | | | | | | | | | | | | | | | | | | | | | * Better config handling: Split into packages.conf (which contains one-time configuration directives) and sources.xml (which contains the actual package sources.) The config file looks like a StructFile, and supports <Client> tags and negated Client and Group tags. Packages.Reload (_not_ Refresh) is run on changes to the sources config. tools/packages-convert.py is provided to convert to the new format. * Automagic handling of GPG keys. The new config format handles association of GPG keys go with repos; Packages then Does The Right Thing and gets them to the clients, gets them installed properly, and handles them in the specification. At the moment this only works for yum repos, not APT (see below). * Automatic generation of yum configs using the sources and GPG keys supplied. APT configs are not done yet (see below). * The early vestiges of integration with Pulp (pulpproject.org). Yet to do: * Better support for Pulp; documentation on Pulp integration. * APT support for key handling and config generation.
* doc: Provide examples of abstract and literal specificationsSol Jerome2011-07-272-1/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Updated information about disabling per-package checksBrent Bloxam2011-07-271-4/+15
|
* added write() method to Properties to write back persistent changesChris St. Pierre2011-07-271-1/+16
|
* doc: Fix duplicate label warningsSol Jerome2011-07-221-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed doc bugChris St. Pierre2011-07-201-1/+1
|
* made info.xml files understand <Path> tags to better set permissions on ↵Chris St. Pierre2011-07-191-7/+19
| | | | altsrc'd files
* Fixed typo in Sphinx markup. Should be 'command' instead of 'cmd'.Mike McCallister2011-07-131-1/+1
|
* 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>