summaryrefslogtreecommitdiffstats
path: root/doc/appendix
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Chris St. Pierre2013-08-081-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | 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-071-1/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'maint'Sol Jerome2013-07-271-221/+518
|\| | | | | | | | | | | | | | | | | | | 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
| * doc: Fix typoSol Jerome2013-07-191-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Update ubuntu quickstart guideSol Jerome2013-07-191-223/+518
| | | | | | | | | | | | This commit fixes #29 along with 1450bd7. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'maint'Sol Jerome2013-07-181-1/+1
|\| | | | | | | | | | | | | | | | | 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-111-1/+1
| |
| * doc: Update centos guide with new Package Source styleSol Jerome2013-05-091-12/+6
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Metadata: allowed setting global default authentication typeChris St. Pierre2013-02-141-10/+23
| |
* | Merge branch 'master' into 1.4.xChris St. Pierre2013-02-202-79/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/contributors.txt schemas/bundle.xsd src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Server/Encryption.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/TemplateHelper.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py tools/bcfg2-profile-templates.py
| * changed to stock BSD 2-clause licenseChris St. Pierre2013-02-042-79/+0
| |
* | Metadata: allowed setting global default authentication typeChris St. Pierre2013-02-141-10/+23
| |
* | removed deprecated Base pluginChris St. Pierre2013-02-086-17/+16
| |
* | Bundler: various changesChris St. Pierre2013-02-047-641/+56
| | | | | | | | | | | | | | * Deprecated use of an explicit name attribute * Deprecated .genshi bundles * Minor restructuring for better performance * bcfg2-lint updates
* | removed magic groupsChris St. Pierre2013-01-173-41/+36
| |
* | removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-173-8/+8
| |
* | removed deprecated FAM filemonitorChris St. Pierre2013-01-171-7/+5
| |
* | removed deprecated PostInstall supportChris St. Pierre2013-01-171-1/+1
|/
* POSIX: Switch from perms to modeSol Jerome2012-10-152-5/+5
| | | | | | | | Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* More updates to the web reporting documentationTim Laszlo2012-10-111-13/+18
|
* rolled genshi/cheetah docs into cfg, deprecated old tgenshi/tcheetah docsChris St. Pierre2012-09-261-2/+3
|
* updated docs to reflect deprecation of info/:infoChris St. Pierre2012-08-151-1/+1
|
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-48/+45
|
* Update web config documentsTim Laszlo2012-08-073-20/+24
|
* Metadata and other improvements:Chris St. Pierre2012-07-302-2/+2
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* doc: Remove references to ping dataSol Jerome2012-06-042-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* merged maint to masterChris St. Pierre2012-05-041-128/+16
|\
| * doc: Fix reports installation docs (reported by calvinx on IRC)Sol Jerome2012-05-021-128/+16
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'master' of github.com:fabaff/bcfg2Fabian Affolter2012-05-011-57/+57
|\ \ | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/centos.txt doc/server/plugins/generators/packages.txt
| * | updatedFabian Affolter2012-05-011-17/+22
| | |
| * | Moved content from centos guide to this sectionFabian Affolter2012-01-071-1/+25
| | |
| * | Added ChrisFabian Affolter2012-01-071-2/+4
| | |
| * | Updated my email addressFabian Affolter2012-01-071-1/+1
| | |
| * | Added details about epel 6.xFabian Affolter2012-01-071-3/+5
| | |
* | | Moved content from centos guide to this sectionFabian Affolter2012-05-011-1/+25
| | |
* | | Added ChrisFabian Affolter2012-05-011-2/+4
| | |
* | | Updated my email addressFabian Affolter2012-05-011-1/+1
| | |
* | | Added details about epel 6.xFabian Affolter2012-05-011-3/+5
| | |
* | | gentoo: Add enhanced Portage client tool (#1086)Sol Jerome2012-03-271-53/+20
| |/ |/| | | | | 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>
* | turn off web_debug by default, give a warning if it's onChris St. Pierre2012-01-253-6/+0
| |
* | doc: Fix documentation bugs (reported by tru_tru on IRC)Sol Jerome2012-01-171-7/+0
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Clarify that /ect/bcfg2.conf is not sent to clients automatically when ↵anatoly techtonik2011-09-151-3/+3
| | | | bootstrapping
* doc: Update Packages documentationSol Jerome2011-09-083-46/+44
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix more old broken trac wiki linksSol Jerome2011-08-162-8/+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>
* Minor change to better use Sphinx syntax for environment variables.Mike McCallister2011-07-121-1/+1
| | | | | Has the benefit that environment variable names will now be visible in the documentation index.
* doc: Mention important attribute for gpg-pubkey PathsSol Jerome2011-06-161-0/+12
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix groups in centos guide (#1006)Sol Jerome2011-05-141-5/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add documentation for bootstrapping new clientsSol Jerome2011-04-233-6/+55
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>