summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Version bump to 1.2.3v1.2.3Sol Jerome2012-07-031-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* improved SSLCA verification routines and loggingChris St. Pierre2012-06-131-1/+7
|
* doc: Fix client tool driver name (reported by m4z on IRC)Sol Jerome2012-05-241-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added ability to specify arbitrary repository options to PackagesChris St. Pierre2012-05-231-0/+30
|
* fixed bug in FileProbes docoChris St. Pierre2012-05-171-1/+1
|
* fixed doco bugsChris St. Pierre2012-05-171-3/+3
|
* disabling metadata implies disabling the resolverChris St. Pierre2012-05-071-2/+5
|
* check for bcfg2-yum-helper in $PATH firstChris St. Pierre2012-05-041-4/+5
|
* merged b82a107... removed obsolete docs about import_gpg_keysChris St. Pierre2012-05-041-13/+4
|
* doc: Fix reports installation docs (reported by calvinx on IRC)Sol Jerome2012-05-022-130/+16
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Remove undefined glossary termSol Jerome2012-04-161-2/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix typo (reported by mattikus on IRC)Sol Jerome2012-03-301-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Warn about SELINUX issuesSol Jerome2012-03-271-0/+9
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix docs so that they pass bcfg2-lintSol Jerome2012-03-231-2/+2
| | | | | | | | Apparently xs:boolean is case-sensitive. Element 'Group', attribute 'negate': 'True' is not a valid value of the atomic type 'xs:boolean' Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed automatic handling of GPGKeysChris St. Pierre2012-03-211-3/+5
|
* Fixed further inconsistencies in template examplesBrent Bloxam2012-03-201-9/+9
| | | | (cherry picked from commit 3acdc302d2faa196c0df46a7ba300d7d4ec8564b)
* Fixed other incorrect IP addresses to be proper RFC1918 Class CBrent Bloxam2012-03-201-3/+3
| | | | (cherry picked from commit a547890a356d14ae891cf85eb402efa18ba95ccb)
* Added missing table for SSH, fixed allowable SSH address to be proper RFC1918Brent Bloxam2012-03-201-1/+2
| | | | | Class C (cherry picked from commit e7fb96776d0e18670fdfb61025295e27b1dc772b)
* Version bump to 1.2.2v1.2.2Sol Jerome2012-03-171-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix group name (reported by Leonw on IRC)Sol Jerome2012-03-171-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* improved MetadataQuery docsChris St. Pierre2012-03-161-7/+22
|
* doc: Fix download link reported by Simon Metson on IRCSol Jerome2012-02-291-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.1v1.2.1Sol Jerome2012-01-271-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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.