summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Remove merge cruftSol Jerome2013-08-081-4/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'options-rewrite'Chris St. Pierre2013-08-088-95/+277
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/MultiprocessingCore.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/SSLServer.py src/lib/Bcfg2/Utils.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-info src/sbin/bcfg2-lint src/sbin/bcfg2-test src/sbin/bcfg2-yum-helper tools/bcfg2-profile-templates.py
| * Options: migrated bcfg2-admin to new parserChris St. Pierre2013-06-275-64/+3
| |
| * Options: migrated bcfg2-lint to new parserChris St. Pierre2013-06-271-22/+22
| |
| * Options: migrated server core to new option parserChris St. Pierre2013-06-271-9/+16
| |
| * Options: wrote completely new option parserChris St. Pierre2013-06-271-0/+236
| |
* | Merge branch 'maint'Chris St. Pierre2013-08-084-5/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/files/mysql.txt doc/getting_started/index.txt doc/server/plugins/structures/bundler/kernel.txt src/lib/Bcfg2/Server/MultiprocessingCore.py src/lib/Bcfg2/Server/Plugin/interfaces.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/Server/Plugins/SSHbase.py
| * | doc: Remove deprecated PostInstall entrySol Jerome2013-08-074-9/+13
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Merge branch 'maint'Sol Jerome2013-07-276-223/+571
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: doc/appendix/guides/ubuntu.txt src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/settings.py
| * | man: Add bcfg2-report-collector manpageSol Jerome2013-07-273-2/+43
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | doc: Fix typoSol Jerome2013-07-191-1/+1
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | doc: Update ubuntu quickstart guideSol Jerome2013-07-192-223/+522
| | | | | | | | | | | | | | | | | | This commit fixes #29 along with 1450bd7. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | Merge branch 'doc-fam-blocking' of https://github.com/AlexanderS/bcfg2 into ↵Sol Jerome2013-07-191-0/+6
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maint Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: man/bcfg2.conf.5
| | * | man/bcfg2.conf: add documentation for fam_blocking optionAlexander Sulfrian2013-07-191-0/+6
| | | |
* | | | Merge branch 'maint'Sol Jerome2013-07-183-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: src/lib/Bcfg2/Server/Plugins/Cfg/CfgPrivateKeyCreator.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Properties.py
| * | | repoint some trac links to githubDuncan Hutty2013-07-113-3/+3
| | | |
* | | | doc: Fix sphinx build warnings/errorsSol Jerome2013-07-143-2/+6
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | | doc: Add documentation for submitting patchesSol Jerome2013-07-143-2/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should provide potential contributors with enough information to allow them to more easily create pull requests or send patches (especially for those who are not familiar with git). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | | Merge branch 'maint'Sol Jerome2013-07-084-3/+14
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt
| * | | Version bump to 1.3.2v1.3.2Sol Jerome2013-07-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | doc: fixed typo in Properties automatch docsChris St. Pierre2013-07-011-2/+2
| | | |
| * | | Options: add database.optionsAlexander Sulfrian2013-06-282-0/+11
| |/ / | | | | | | | | | | | | | | | | | | With the options setting in the database section of the config file various database options for the django database could be set (like ssl mode for postgres). For more information, consult your django databse backend module's documentation.
* | / doc: Remove static link (removed in 0fc1f472)Sol Jerome2013-07-011-1/+0
| |/ |/| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'maint'Chris St. Pierre2013-06-272-3/+4
|\| | | | | | | | | | | | | | | | | Conflicts: doc/server/plugins/generators/cfg.txt doc/server/plugins/generators/tcheetah.txt src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py
| * doc: Fix database engine configuration valueSol Jerome2013-06-251-2/+3
| | | | | | | | | | | | | | The code automatically adds 'django.db.backends' to the database backend. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * fix TCheetah documentationAlexander Sulfrian2013-06-181-1/+1
| | | | | | | | | | The TCheetah documentation contains a reference to TGenshi. It was maybe a left over from generating the TCheetah docs from the TGenshi docs.
| * Cfg: Fixed and documented .cat and .diff file behavior with host-specific ↵Chris St. Pierre2013-06-141-15/+32
| | | | | | | | base file
| * Merge branch 'django-1.5' into maintSol Jerome2013-06-051-1/+1
| |\
| | * Reports: Add support for Django 1.5Sol Jerome2013-04-291-1/+1
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | Merge branch 'maint'Sol Jerome2013-06-025-19/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: doc/installation/distributions.txt doc/server/snapshots/index.txt src/lib/Bcfg2/Server/Plugin/helpers.py src/sbin/bcfg2-server
| * | doc: Recomend gentoo installation via portageSol Jerome2013-06-021-13/+1
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | doc: fixed typoChris St. Pierre2013-05-291-1/+1
| | |
| * | doc: encryption requires M2Crypto 0.18+Chris St. Pierre2013-05-231-1/+2
| | |
| * | doc: return correctly from xmlschema errorsChris St. Pierre2013-05-221-0/+2
| | |
| * | doc: fixed xmlschema extension error handlingChris St. Pierre2013-05-221-3/+5
| | |
| * | doc: fixed unterminated referenceChris St. Pierre2013-05-221-1/+1
| | |
| * | doc: snapshots is deprecated, not new and shinyChris St. Pierre2013-05-221-3/+2
| | |
* | | Merge branch 'maint'Chris St. Pierre2013-05-212-12/+30
|\| |
| * | added multiprocessing server coreChris St. Pierre2013-05-202-12/+30
| | |
* | | Merge branch 'maint'Chris St. Pierre2013-05-177-25/+202
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/centos.txt doc/server/plugins/grouping/metadata.txt setup.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Proxy.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Lint/Validate.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/SSHbase.py src/sbin/bcfg2-lint
| * | doc: fixed doc warningsChris St. Pierre2013-05-142-3/+3
| | |
| * | doc: added devel docs for bcfg2-lint pluginsChris St. Pierre2013-05-141-0/+167
| | |
| * | APT: Allow specification of deb-src lines (Resolves #1148)Sol Jerome2013-05-101-2/+3
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | docs: clarified GroupPatterns docs, fixed typosChris St. Pierre2013-05-091-9/+8
| | |
| * | doc: Update centos guide with new Package Source styleSol Jerome2013-05-091-12/+6
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | POSIXUsers: allow better <MemberOf group="foo"/> syntaxChris St. Pierre2013-05-071-3/+3
| |/
| * doc: Add link to 1.3 stable documentationSol Jerome2013-04-291-0/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * meta docs: about redhat based systems, links, clarity, spellingDuncan Hutty2013-04-251-9/+18
| |
* | Merge branch 'maint'Chris St. Pierre2013-04-248-70/+196
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Perf.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/Admin/__init__.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Fam.py src/lib/Bcfg2/Server/Lint/RequiredAttrs.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Base.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgPrivateKeyCreator.py src/lib/Bcfg2/Server/Plugins/Cvs.py src/lib/Bcfg2/Server/Plugins/Darcs.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Fossil.py src/lib/Bcfg2/Server/Plugins/Git.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/Plugins/NagiosGen.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Plugins/__init__.py src/lib/Bcfg2/Server/__init__.py src/sbin/bcfg2-build-reports src/sbin/bcfg2-crypt testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestMetadata.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py
| * doc: [statistics] is deprecatedSol Jerome2013-04-161-5/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>