summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Options: further command registry fixesChris St. Pierre2014-11-101-4/+3
| | | | | | This updates the documentation for some of the recent changes to subcommand handling, and ensures that the server core is shut down by bcfg2-info.
* testsuite: Added unit tests for new option parsingChris St. Pierre2014-11-101-6/+9
|
* Merge branch 'reporting-limit-children' of https://github.com/AlexanderS/bcfg2Sol Jerome2014-11-092-0/+7
|\
| * Reporting/Collector: add max-children argumentAlexander Sulfrian2014-10-272-0/+7
| | | | | | | | | | | | Add option to limit the count of child threads to import the transactions. If the number is exceeded the next import will block until one thread is ready.
* | doc: remove duplicate contentAlexander Sulfrian2014-10-291-14/+0
|/
* doc: Add 1.4.0pre2 release notesSol Jerome2014-10-151-0/+37
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Options: change default communication protocol to xmlrpc/tlsv1Alexander Sulfrian2014-10-151-1/+1
|
* doc: remove default values for protocolAlexander Sulfrian2014-10-154-4/+0
| | | | | If hard code the default value in your configuration file, it will not change if the default value will change in the code.
* doc: add simple documentation for packages:backendsAlexander Sulfrian2014-10-142-0/+7
|
* Merge pull request #199 from AlexanderS/fix-docChris St. Pierre2014-10-134-17/+24
|\ | | | | Fix doc errors
| * doc: display platform-specific quickstart notes as tocAlexander Sulfrian2014-10-131-3/+7
| |
| * doc: release announcements as toctreeAlexander Sulfrian2014-10-131-1/+4
| |
| * doc: fix option listAlexander Sulfrian2014-10-131-12/+12
| | | | | | | | There should be at least two spaces between the option and the description.
| * doc: fix incorrect format for :ref:Alexander Sulfrian2014-10-131-1/+1
| |
* | doc: Add reference to bundle conversion scriptSol Jerome2014-10-131-0/+4
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Don't refer to "path" as use of that variable is discouraged.Gordon Messmer2014-09-121-1/+1
| |
* | Fix lint warnings.Gordon Messmer2014-09-111-1/+1
| |
* | First pass at Jinja2 support for Cfg.Gordon Messmer2014-09-113-11/+91
|/
* Add a --no-fam-blocking command-line argument to bcfg2-serverMichael Fenn2014-07-071-2/+3
| | | | | | | There is a quirk in the configuration parser where a BooleanOption with default=True will always return false __unless_ a command-line option is provided. Not sure why that's the case, but this is a work- around
* Change fam_blocking default to TrueMichael Fenn2014-07-071-1/+1
| | | | | | | Based on discussion in #bcfg2, the consensus seems to be that the behavior provided by fam_blocking = True is the least surprising of the two options (i.e. the server should not process data until it is ready). 1.4 seems like a good time to make this change.
* doc: Revert mistake from 1d3ed46Sol Jerome2014-06-171-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix 1.4.0pre1 release notesSol Jerome2014-06-1617-76/+94
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.4.0pre1v1.4.0pre1Sol Jerome2014-06-161-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'maint'Sol Jerome2014-06-101-0/+1
|\ | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: doc/server/plugins/structures/bundler/index.txt src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Plugins/GroupLogic.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Plugins/Reporting.py
| * doc: Clarify genshi bundle specificationSol Jerome2014-06-091-4/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Added Chris' notes to the release notesSol Jerome2014-06-091-36/+95
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Update 1.4.0pre1 releaseSol Jerome2014-06-091-22/+21
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Add 1.4.0pre1 release notesSol Jerome2014-06-061-0/+122
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'recommended-per-package' of https://github.com/AlexanderS/bcfg2Sol Jerome2014-05-171-4/+0
|\ \
| * | Plugins/Packages: ability to overwrite recommended flag per packageAlexander Sulfrian2014-05-111-4/+0
| | |
* | | doc: Mention genshi requirement from 22029e1Sol Jerome2014-05-081-0/+2
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Packages: add some docs about the supported clientsAlexander Sulfrian2014-05-051-1/+77
|/ /
* | Merge branch 'maint' into masterSol Jerome2014-04-1618-106/+397
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: doc/appendix/guides/import-existing-ssh-keys.txt misc/bcfg2.spec src/lib/Bcfg2/Client/Tools/VCS.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Reporting/Collector.py src/lib/Bcfg2/Reporting/Storage/DjangoORM.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/__init__.py src/lib/Bcfg2/Server/Lint/RequiredAttrs.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-reports src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/TestAugeas.py
| * doc: Add information about ecdsa keysSol Jerome2014-03-242-3/+10
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Remove references to ConfigFilesSol Jerome2014-03-244-7/+7
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix RPM building documentationSol Jerome2014-02-251-0/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix GPG key linksSol Jerome2014-02-251-4/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Fix code blocks for EPEL instructionsSol Jerome2014-02-251-2/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Add release notesSol Jerome2014-02-252-0/+59
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Version bump to 1.3.4Sol Jerome2014-02-252-1/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Update prerequisitesSol Jerome2014-02-201-1/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Merge pull request #156 from irconan/default-aclsChris St. Pierre2014-02-181-0/+4
| |\ | | | | | | Support ACLs without a specific user/group
| | * Documentation changes for default ACLsRichard Connon2014-02-141-0/+4
| | |
| * | doc: Add BuildingDebianPackages documentationSol Jerome2014-02-173-26/+228
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | doc: Only a single spec file exists nowSol Jerome2014-02-151-64/+8
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | doc: fixed code-block style for older sphinxChris St. Pierre2014-02-131-1/+1
| |/
| * doc: added multiprocessing core docs, including tmpwatch fixChris St. Pierre2014-01-271-0/+43
| |
| * Augeas improvements:Chris St. Pierre2013-12-111-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | * Added ability to specify initial content for a file that doesn't exist, to avoid a messy situation where you'd have to probe for file existence and either use a Path type="file" or Path type="augeas" depending, and run Bcfg2 twice. * All commands in an Augeas path are run if *any* of them fail to verify. Previously, only commands that hadn't been run would be installed, but that had issues, particularly with the Clear command, which could pass verification but then be required during the installation phase anyway. * Miscellaneous bug fixes.
| * Doc: Update readme and source installation docs to point to new siteMichael Fenn2013-12-091-1/+1
| |
* | doc: also update the bcfg2.conf man page for separate reportingMichael Fenn2014-03-261-3/+38
| |