summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Ldap: Complete renew of the Ldap pluginAlexander Sulfrian2015-07-241-1/+1
|
* DBSettings: Add possibility to specify arbitrary django options.Alexander Sulfrian2015-07-231-0/+5
|
* Merge branch 'maint'Alexander Sulfrian2014-11-121-17/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/changelog doc/conf.py doc/releases/index.txt doc/server/database.txt doc/server/plugins/generators/cfg.txt doc/server/plugins/generators/sslca.txt man/bcfg2.conf.5 misc/bcfg2-selinux.spec misc/bcfg2.spec osx/Makefile osx/macports/Portfile schemas/packages.xsd solaris-ips/MANIFEST.bcfg2-server.header solaris-ips/MANIFEST.bcfg2.header solaris-ips/Makefile solaris-ips/pkginfo.bcfg2 solaris-ips/pkginfo.bcfg2-server solaris/Makefile solaris/pkginfo.bcfg2 solaris/pkginfo.bcfg2-server src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Proxy.py src/lib/Bcfg2/Client/Tools/APT.py src/lib/Bcfg2/Client/Tools/Action.py src/lib/Bcfg2/Client/Tools/SYSV.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Reporting/Collector.py src/lib/Bcfg2/Reporting/templates/base.html src/lib/Bcfg2/Server/Admin/__init__.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugins/Packages/Apt.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/settings.py src/lib/Bcfg2/version.py testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py testsuite/Testsrc/test_code_checks.py
| * Options.py: Fix database OPTIONS parsingSol Jerome2014-11-041-16/+14
| | | | | | | | | | | | | | | | | | | | | | Instead of parsing key/value pairs from bcfg2.conf, this allows the setting of the literal value which is then passed through to django as the value of the OPTIONS setting. This change allows for setting arbitrary options since some settings require nested dictionaries, etc. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'reporting-limit-children' of https://github.com/AlexanderS/bcfg2Sol Jerome2014-11-091-0/+4
|\ \
| * | Reporting/Collector: add max-children argumentAlexander Sulfrian2014-10-271-0/+4
| | | | | | | | | | | | | | | | | | 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.
* | | man/bcfg2.conf.5: updated man pageAlexander Sulfrian2014-10-271-0/+4
|/ / | | | | | | | | Commit 73037d1f2a193b61fd59724ce81760bfe2f50348 adds a new entry to the man page in the rst source file. This updates the generated man page.
* | Options: change default communication protocol to xmlrpc/tlsv1Alexander Sulfrian2014-10-151-1/+1
| |
* | Add a --no-fam-blocking command-line argument to bcfg2-serverMichael Fenn2014-07-071-2/+5
| | | | | | | | | | | | | | 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.
* | man: Update modified man pagesSol Jerome2014-04-062-160/+123
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Rewrote SSLCA as Cfg handler.Chris St. Pierre2013-08-131-1/+0
|/ | | | | | | | | | | | | | | | | 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: Add bcfg2-report-collector manpageSol Jerome2013-07-272-3/+81
| | | | 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-1/+8
|\ | | | | | | | | | | | | | | | | 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-1/+8
| |
* | Options: add database.optionsAlexander Sulfrian2013-06-281-1/+6
|/ | | | | | | 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.
* Reporting: Fix sections for reports settingsSol Jerome2013-03-1810-34/+61
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* removed Duplicates plugin from bcfg2-lint docsChris St. Pierre2013-01-1410-33/+27
|
* doc: Document metadata caching optionsSol Jerome2012-11-261-1/+32
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* set default umask for server, added option to change itChris St. Pierre2012-11-1410-10/+13
|
* man: Migrate generate-manpages.bash to sphinxSol Jerome2012-11-0710-20/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: made format of man page option lists consistentChris St. Pierre2012-11-0710-1341/+1990
|
* Options: Update mdata option to use 'mode'Sol Jerome2012-10-151-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Lint: Migrate Lint to 'mode' attributeSol Jerome2012-10-152-4/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* man: updated bcfg2.conf man page with new user/group optionsChris St. Pierre2012-10-041-1/+9
|
* updated bcfg2.conf man pageChris St. Pierre2012-09-251-10/+52
|
* man: Add new client option from 6fe2b9ddSol Jerome2012-09-191-0/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-crypt: added -I option, made --stdout better, updated man pageChris St. Pierre2012-09-1310-11/+19
|
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-157-11/+8
|
* man: Add -B and -Z options from 01d68bfSol Jerome2012-08-131-4/+12
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Remove bcfg2-ping-sweepSol Jerome2012-08-131-14/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-crypt: Add generated bcfg2-crypt manpageSol Jerome2012-08-131-0/+83
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-admin: Add options from 75c6e2a to man pageSol Jerome2012-08-121-9/+57
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* man: Add b=bundle bcfg-admin query optionSol Jerome2012-07-251-1/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* man: Clean up man pagesSol Jerome2012-06-0310-1502/+1235
| | | | | | | Created new rst files with man page information so that generating man pages is easier and more consistent throughout bcfg2. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Added inotify filemonitor driverChris St. Pierre2012-05-181-2/+13
| | | | Moved list of files to ignore into config
* man: Fix lintian error from debianSol Jerome2012-01-301-3/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Clarify that "bcfg2 -f [...]" ignores "-l"Holger Weiß2011-09-122-2/+4
| | | | | | Document the fact that the client will ignore any decision list specified via "-l" (or in the bcfg2.conf(5) file) if the client is called with the "-f" option (which tells it to configure from a file).
* added --altsrc flag to bcfg2-info buildfileChris St. Pierre2011-08-181-1/+1
|
* Document "bcfg2-info buildbundle" in the manpageHolger Weiß2011-08-091-0/+5
| | | | Mention the "buildbundle" command in the bcfg2-info(8) manpage.
* bcfg2-admin viz: Remove --raw from documentationHolger Weiß2011-07-061-5/+1
| | | | | | Remove the --raw option from the "bcfg2-admin viz" documentation. The option has been superseeded by the --outfile option which allows for specifying arbitrary output types since commit 476cb9ac76.
* bcfg2-info: Remove "generators" commandHolger Weiß2011-07-061-4/+0
| | | | | | | The command "bcfg2-info generators" didn't spit out anything useful, just an unexpanded $Id$ keyword for each of the current generators. It's been that way for quite some time now, and nobody seemed to miss the command.
* New Info attribute: "sensitive"Holger Weiß2011-06-291-0/+4
| | | | | | The contents/diffs of <Path>s which are marked as "sensitive" are now omitted from the reports transmitted to the server, so that they won't end up in the statistics database.
* Merge branch 'fix-z-description' of https://github.com/weiss/bcfg2Sol Jerome2011-06-212-1/+22
|\
| * Correct the description of bcfg2(1)'s "-z" optionHolger Weiß2011-06-211-1/+1
| | | | | | | | | | The "-z" option is for use with Independent collections instead of Bundles.
| * Document serverCommonNames in bcfg2.conf(5)Holger Weiß2011-06-201-0/+5
| | | | | | | | | | Describe the serverCommonNames option which can be specified in the [communication] section of the bcfg2.conf(5) file.
| * Add missing options to the bcfg2(1) manpageHolger Weiß2011-06-201-1/+17
| | | | | | | | A few of the existing bcfg2(1) options were missing from the manpage.
* | Add a missing word to the bcfg2(1) manpageHolger Weiß2011-06-211-1/+1
|/
* bcfg2-reports: Show total numbers of entriesHolger Weiß2011-06-081-2/+3
| | | | | | Add a "-t NAME" option which reports the total (and good) number of managed entries on the host NAME. Also, allow for specifying "total", "good", and "bad" fields via --fields and --sort.
* bcfg2-reports: Show modified entriesHolger Weiß2011-06-071-2/+14
| | | | | bcfg2-reports now shows modified entries if it's called with --modifiedentry, -m, or -s.