summaryrefslogtreecommitdiffstats
path: root/doc/man
Commit message (Collapse)AuthorAgeFilesLines
* 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: also update the bcfg2.conf man page for separate reportingMichael Fenn2014-03-261-3/+38
|
* doc: Remove fam filemonitorSol Jerome2013-09-061-1/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Rewrote SSLCA as Cfg handler.Chris St. Pierre2013-08-131-11/+5
| | | | | | | | | | | | | | | | | 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.
* man: Removed old plugins from bcfg2.conf man pageChris St. Pierre2013-08-131-81/+20
|
* man: updated bcfg2-admin man pageChris St. Pierre2013-08-131-57/+37
|
* Merge branch 'maint'Sol Jerome2013-07-273-2/+47
|\ | | | | | | | | | | | | | | | | | | 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-272-2/+41
| | | | | | | | 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-081-0/+5
|\| | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt
| * | Options: add database.optionsAlexander Sulfrian2013-06-281-0/+5
| |/ | | | | | | | | | | | | 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.
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-14/+4
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/bcfg2-server.install doc/server/plugins/grouping/metadata.txt src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Tools/Portage.py src/lib/Bcfg2/Client/Tools/RcUpdate.py src/lib/Bcfg2/Client/Tools/YUM24.py src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Client/Tools/launchd.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/models.py src/lib/Bcfg2/Utils.py src/sbin/bcfg2-info src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py testsuite/Testsrc/test_code_checks.py
| * removed deprecated Base pluginChris St. Pierre2013-02-081-14/+4
| |
* | Reporting: Fix sections for reports settingsSol Jerome2013-03-181-1/+11
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | man: added -r UsersChris St. Pierre2013-03-151-3/+6
|/
* removed Duplicates plugin from bcfg2-lint docsChris St. Pierre2013-01-141-23/+17
|
* doc: Document metadata caching optionsSol Jerome2012-11-261-0/+22
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* set default umask for server, added option to change itChris St. Pierre2012-11-141-0/+3
|
* doc: made format of man page option lists consistentChris St. Pierre2012-11-0711-353/+225
|
* doc: Fix paths in man pagesSol Jerome2012-11-065-18/+18
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add man pages to html documentationSol Jerome2012-11-061-0/+13
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add man pages to Sphinx documentationSol Jerome2012-11-0610-0/+1782
This allows you to generate our manpages directly from the Sphinx documentation. This commit is more or less copied directly from the current man pages. The goal is to integrate these more closely with the current Sphinx documentation via include directives to prevent duplication and keep all documentation consistent. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>