Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify that /ect/bcfg2.conf is not sent to clients automatically when ↵ | anatoly techtonik | 2011-09-15 | 1 | -3/+3 |
| | | | | bootstrapping | ||||
* | doc: Add xml highlighting | Sol Jerome | 2011-09-15 | 5 | -19/+40 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | made templated bundles understand <Group> and <Client> tags | Chris St. Pierre | 2011-09-15 | 1 | -24/+45 |
| | |||||
* | doc: Improve MetadataQuery documentation | Holger Weiß | 2011-09-09 | 1 | -2/+2 |
| | | | | | Clarify that the names_by_groups() and names_by_profiles() query routines both expect a list as their argument. | ||||
* | doc: Fix typo | Holger Weiß | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | doc: Move reference to its proper place | Sol Jerome | 2011-09-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Update Packages documentation | Sol Jerome | 2011-09-08 | 4 | -48/+46 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed old reference to config.xml in Packages docs | Chris St. Pierre | 2011-09-08 | 1 | -2/+2 |
| | |||||
* | doc: Base64 encoding only for binary files | Holger Weiß | 2011-09-04 | 1 | -1/+1 |
| | | | | It's no longer true that all non-ASCII files need to be Base64 encoded. | ||||
* | anchor rules regexes at both ends to avoid bogus matches | Chris St. Pierre | 2011-08-31 | 1 | -0/+4 |
| | |||||
* | added regex support to Rules | Chris St. Pierre | 2011-08-31 | 1 | -42/+66 |
| | |||||
* | doc: Minor cleanups | Holger Weiß | 2011-08-23 | 1 | -5/+3 |
| | |||||
* | added --altsrc flag to bcfg2-info buildfile | Chris St. Pierre | 2011-08-18 | 2 | -12/+14 |
| | |||||
* | APT: Add type='ignore' support (patch from tie on IRC) | Sol Jerome | 2011-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix more old broken trac wiki links | Sol Jerome | 2011-08-16 | 3 | -9/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix broken link to trac wiki | Sol Jerome | 2011-08-16 | 1 | -4/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Add note clarifying linked blog post | Sol Jerome | 2011-08-16 | 1 | -0/+5 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | added buildbundle command to bcfg2-info to render a bundle template | Chris St. Pierre | 2011-08-03 | 3 | -15/+12 |
| | |||||
* | doc: Fix versionadded | Sol Jerome | 2011-08-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix some typos | Sol Jerome | 2011-08-02 | 2 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix sphinx build warnings | Sol Jerome | 2011-08-01 | 1 | -11/+11 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Lots of improvements to Packages plugin: | Chris St. Pierre | 2011-08-01 | 1 | -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 specifications | Sol Jerome | 2011-07-27 | 2 | -1/+14 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Updated information about disabling per-package checks | Brent Bloxam | 2011-07-27 | 1 | -4/+15 |
| | |||||
* | added write() method to Properties to write back persistent changes | Chris St. Pierre | 2011-07-27 | 1 | -1/+16 |
| | |||||
* | doc: Fix duplicate label warnings | Sol Jerome | 2011-07-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed doc bug | Chris St. Pierre | 2011-07-20 | 1 | -1/+1 |
| | |||||
* | made info.xml files understand <Path> tags to better set permissions on ↵ | Chris St. Pierre | 2011-07-19 | 1 | -7/+19 |
| | | | | altsrc'd files | ||||
* | Fixed typo in Sphinx markup. Should be 'command' instead of 'cmd'. | Mike McCallister | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | Added documentation on how to set up a virtualenv with Bcfg2 code. | Mike McCallister | 2011-07-12 | 1 | -2/+73 |
| | |||||
* | Minor edits to the glossary to make better use of Sphinx formatting. | Mike McCallister | 2011-07-12 | 1 | -8/+14 |
| | | | | Also added missing definition for client. | ||||
* | Minor change to better use Sphinx syntax for environment variables. | Mike McCallister | 2011-07-12 | 3 | -7/+7 |
| | | | | | Has the benefit that environment variable names will now be visible in the documentation index. | ||||
* | doc: Add missing <Service> attribute value | Holger Weiß | 2011-07-11 | 1 | -22/+22 |
| | | | | Add "interactive_only" to the list of supported <Service> mode values. | ||||
* | doc: Fix build indentation errors | Sol Jerome | 2011-07-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Merge branch 'master' of https://github.com/rcuza/bcfg2 | Sol Jerome | 2011-07-07 | 2 | -0/+95 |
|\ | |||||
| * | Add documentation on how to get started with Bcfg2 on Mac OS X (10.6). | Raul Cuza | 2011-07-07 | 1 | -0/+77 |
| | | |||||
| * | Document versioning conventions used by Bcfg2. | Raul Cuza | 2011-07-07 | 1 | -0/+18 |
| | | |||||
* | | doc: Add information about processing pending updates | Sol Jerome | 2011-07-07 | 1 | -0/+5 |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix typo in table | Sol Jerome | 2011-07-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Remove <Package> attribute "reloc" from the docs | Holger Weiß | 2011-07-05 | 1 | -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-29 | 1 | -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 attributes | Holger Weiß | 2011-06-29 | 1 | -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 Jerome | 2011-06-28 | 1 | -0/+10 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix another typo | Sol Jerome | 2011-06-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix unknown directive | Sol Jerome | 2011-06-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Move Deps to the Structure plugins | Holger Weiß | 2011-06-22 | 1 | -0/+0 |
| | | | | Deps is a Structure plugin, not a Generator. | ||||
* | doc: Sort list of Generators alphabetically | Holger Weiß | 2011-06-22 | 1 | -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 Jerome | 2011-06-20 | 1 | -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 Jerome | 2011-06-18 | 1 | -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 Bundles | Sol Jerome | 2011-06-17 | 1 | -0/+10 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> |