summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* turn off web_debug by default, give a warning if it's onChris St. Pierre2012-01-253-6/+0
|
* improved Packages debug info, added packageresolve and packagesources ↵Chris St. Pierre2012-01-241-36/+36
| | | | bcfg2-info commands
* clarified handling of boolean values in packages.confChris St. Pierre2012-01-231-5/+13
|
* Fix arch for SLespro2012-01-231-1/+1
|
* Added Scientific Linux ("sl") detectionespro2012-01-231-1/+1
|
* doc: Fix documentation bugs (reported by tru_tru on IRC)Sol Jerome2012-01-172-8/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* merged branch rules_regexChris St. Pierre2012-01-131-2/+12
|\
| * updated docsChris St. Pierre2011-12-301-2/+12
| |
* | doc: Add note about Package cache regeneration (#1083)Sol Jerome2012-01-101-0/+3
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* updated docs to reflect acba97ec5409045a514df785a71407246a20e23aChris St. Pierre2011-12-021-2/+7
|
* Fixed some doc typos in the SSLCA auth example.Jake Davis2011-11-221-5/+5
|
* Revert "fixed doc bug"Holger Weiß2011-11-181-1/+1
| | | | | | | This reverts commit 95295013959318df2aab616ce30eb98e2c217528. The original version was correct (I guess we overlooked the "negate" attribute).
* added support for default/mandatory/optional package groupsChris St. Pierre2011-11-171-0/+19
|
* doc: Textwrap sslca doc for readabilitySol Jerome2011-11-101-16/+51
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Documentation: Automated Bcfg2 SSL Authentication.Jake Davis2011-11-091-1/+127
|
* Add a number of features to SSHbase:Chris St. Pierre2011-10-273-26/+100
| | | | | | | * Support for group-specific host keys * Support for fully static host- and group-specific ssh_known_hosts * (Support for totally generic host keys and ssh_known_hosts, too, but that's pretty useless.) * Support for info.xml, info, and :info files; only info.xml is likely to be useful, with the <Path> directive
* doc: Add faviconSol Jerome2011-10-212-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix Sphinx warningSol Jerome2011-10-211-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Reference info.xml note from tableSol Jerome2011-10-201-0/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Various Packages plugin fixes:Chris St. Pierre2011-10-191-7/+28
| | | | | | | | | | | | | * Added bcfg2-yum-helper to offload Yum API calls to a short-lived process. As absurd as this is, it appears to be the standard way to get around Yum's atrocious memory handling (cf. yum-updatesd). * Added SourceInitError for non-fatal errors instantiating new sources. * Fixed bug that caused all cached data to be removed on server startup (reported by mikemccllstr on IRC). * Fixed a number of overly aggressive caching issues. * Fixed the way sources are loaded at server startup. * Fixed handling of Yum package groups.
* Proxy: Provide proper error message for misconfigured CA (#1059)Sol Jerome2011-10-131-96/+96
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Cfg: Add support for .cheetah filesJoe Digilio2011-10-121-9/+36
|
* Merge branch 'apk' of https://github.com/fabaff/bcfg2Sol Jerome2011-10-111-0/+9
|\
| * Some documentation for apk.Fabian Affolter2011-10-111-0/+9
| |
* | doc: Fix old .data references (#1046)Sol Jerome2011-10-114-30/+30
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | * Added support for yum libraries (if available and configured). ThisChris St. Pierre2011-10-071-44/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can dramatically reduce memory usage, and fixed several bugs: * #1014 (Package plugin can't resolve dependencies for rpms with Require: tags for full paths that aren't Provided explicitly) * #991 (Dependency Resolution difference between Package and yum) * #996 (Packages high memory usage) * Added support for Yum package groups when using yum libraries (#1039) * Fixed #911 (bcfg2 output for wrong package version with Packages is misleading) * YUMng turns down the Yum debug level itself depending on the debug/verbosity level requested by bcfg2 so you don't have to reduce the Yum debug level on a global basis * Added support for Pulp repositories, including registering Pulp consumers and binding to repositories * Added ability to disable magic OS groups
* | Action: Add "build" attribute to Schema and docsHolger Weiß2011-09-222-12/+16
| | | | | | | | | | Add the "build" attribute for <Action> entries to the XML Schema and to the documentation.
* | added Defaults pluginChris St. Pierre2011-09-192-44/+57
| |
* | Clarify that /ect/bcfg2.conf is not sent to clients automatically when ↵anatoly techtonik2011-09-151-3/+3
| | | | | | | | bootstrapping
* | doc: Add xml highlightingSol Jerome2011-09-155-19/+40
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | made templated bundles understand <Group> and <Client> tagsChris St. Pierre2011-09-151-24/+45
| |
* | doc: Improve MetadataQuery documentationHolger Weiß2011-09-091-2/+2
| | | | | | | | | | Clarify that the names_by_groups() and names_by_profiles() query routines both expect a list as their argument.
* | doc: Fix typoHolger Weiß2011-09-091-1/+1
| |
* | doc: Move reference to its proper placeSol Jerome2011-09-081-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Update Packages documentationSol Jerome2011-09-084-48/+46
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | fixed old reference to config.xml in Packages docsChris St. Pierre2011-09-081-2/+2
|/
* doc: Base64 encoding only for binary filesHolger Weiß2011-09-041-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 matchesChris St. Pierre2011-08-311-0/+4
|
* added regex support to RulesChris St. Pierre2011-08-311-42/+66
|
* doc: Minor cleanupsHolger Weiß2011-08-231-5/+3
|
* added --altsrc flag to bcfg2-info buildfileChris St. Pierre2011-08-182-12/+14
|
* APT: Add type='ignore' support (patch from tie on IRC)Sol Jerome2011-08-171-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix more old broken trac wiki linksSol Jerome2011-08-163-9/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix broken link to trac wikiSol Jerome2011-08-161-4/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add note clarifying linked blog postSol Jerome2011-08-161-0/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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.