summaryrefslogtreecommitdiffstats
path: root/doc/appendix/guides
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Merge branch 'maint' into masterSol Jerome2014-04-161-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-241-1/+6
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: use path globbing in examplesChris St. Pierre2014-02-261-1/+11
| |
* | Merge branch 'maint'Chris St. Pierre2013-12-092-8/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/fedora.txt misc/bcfg2.spec schemas/types.xsd src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Client.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Lint/Validate.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/Probes.py src/sbin/bcfg2-crypt testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestCfg/TestCfgEncryptedGenerator.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py testsuite/common.py testsuite/install.sh
| * doc: fixed links to dynamic probe groups docs, which were moved in d8bbfbdfChris St. Pierre2013-12-053-12/+15
| |
* | doc: minor fixesChris St. Pierre2013-08-141-1/+1
| |
* | Revert "doc: minor fixes"Chris St. Pierre2013-08-141-1/+1
| | | | | | | | | | | | Commit had more stuff in it than it should have. This reverts commit a9a7c84703eb7250012fd68af3e4ca77eae07029.
* | doc: minor fixesChris St. Pierre2013-08-141-1/+1
| |
* | Rewrote SSLCA as Cfg handler.Chris St. Pierre2013-08-131-0/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds encryption support to SSL key creation (much like SSH private keys), and the ability to generate keys and certs that are specific to groups, instead of just to hosts. It also moves the SSLCA data (the XML files describing keys and certs as well as the keys and certs themselves) into the Cfg tree, rather than off in their own separate place. tools/upgrade/1.4/migrate_sslca.py can be used to migrate to the new format. This also adds XMLCfgCreator, a CfgCreator that makes it easier to create data based on XML descriptions of it (which is exactly what the SSH key and SSL CA creators do), including built-in support for host- and group-specific data, encryption, and so on.
* | 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>
| * 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
| |
* | Metadata: allowed setting global default authentication typeChris St. Pierre2013-02-141-10/+23
| |
* | removed deprecated Base pluginChris St. Pierre2013-02-085-15/+16
| |
* | Bundler: various changesChris St. Pierre2013-02-045-627/+42
| | | | | | | | | | | | | | * 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-172-7/+7
| |
* | removed deprecated FAM filemonitorChris St. Pierre2013-01-171-7/+5
|/
* 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
|
* 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-041-2/+2
| | | | 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
| | |
| * | Added details about epel 6.xFabian Affolter2012-01-071-3/+5
| | |
* | | 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>
* doc: Add security and updates repositories (Reported by Kevin Bowling on IRC)Sol Jerome2011-04-211-0/+20
| | | | | | | These are enabled by default on Ubuntu installs, so it makes sense to add them here in case the dependency paths are different. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Lots of cleanup for bcfg2-repo-validate rewrite:Chris St. Pierre2011-04-214-5/+4
| | | | | | | | | * Changed all references to bcfg2-repo-validate in the documentation to bcfg2-lint * Wrote man pages for bcfg2-lint and bcfg2-lint.conf * Cleaned up straggling references to bcfg2-repo-validate in Makefiles, spec files, and the POSIX tool * A few minor bug fixes
* doc: Make magic groups documentation clearerSol Jerome2011-04-203-17/+31
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix some documentation issues (#980)Sol Jerome2011-04-143-5/+13
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix broken referencesSol Jerome2011-02-262-5/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>