summaryrefslogtreecommitdiffstats
path: root/man/bcfg2.conf.5
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
| |
* | 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-061-97/+68
| | | | | | | | 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.
* 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-181-4/+37
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* removed Duplicates plugin from bcfg2-lint docsChris St. Pierre2013-01-141-1/+1
|
* 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-141-1/+4
|
* man: Migrate generate-manpages.bash to sphinxSol Jerome2012-11-071-2/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: made format of man page option lists consistentChris St. Pierre2012-11-071-432/+721
|
* Options: Update mdata option to use 'mode'Sol Jerome2012-10-151-1/+1
| | | | 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-131-1/+1
|
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-5/+2
|
* man: Clean up man pagesSol Jerome2012-06-031-448/+385
| | | | | | | 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-121-1/+2
| | | | | | 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).
* 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.
* 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.
* Options: Set default encoding to UTF-8 (as per Holger Weiß's suggestion)Sol Jerome2011-06-061-3/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Document the "decision" option in bcfg2.conf(5)Holger Weiß2011-06-041-0/+4
| | | | | | Add documentation for the "decision" option to the bcfg2.conf(5) man page. Also, note that it can be overridden using "-l none" on the bcfg2(1) command line.
* bcfg2-server: Add the ability to listen on specific interfaces (#1013)Sol Jerome2011-06-031-0/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reports: Fix default time zone settings (Resolves Ticket #957)Sol Jerome2010-11-021-0/+5
| | | | | | | | | | | We were previously defaulting to America/Chicago instead of leaving this option up to the user. Setting the default to None will cause Django to go by the system time. Note also that Django sets the os.environ['TZ'] variable when this is not none, so we want to be careful not to set that if we don't have to. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Added prefix to [server] sectionFabian Affolter2010-08-141-0/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6020 ce84e21b-d406-0410-9b95-82705330c041
* '-K' is replaced by '--ssl-key'Fabian Affolter2010-08-141-57/+167
| | | | | | Minor changes and updates git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6013 ce84e21b-d406-0410-9b95-82705330c041
* debian: Merge in changes from Arto JantunenSol Jerome2010-08-111-4/+0
| | | | | | | | | bcfg2.init: Remove agent mode (no longer exists) POSIX.py: Fix hardcoded errno value Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6005 ce84e21b-d406-0410-9b95-82705330c041
* Added description for BB and ohai pluginFabian Affolter2010-06-031-1/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5884 ce84e21b-d406-0410-9b95-82705330c041
* Darcs plugin addedFabian Affolter2010-06-031-0/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5883 ce84e21b-d406-0410-9b95-82705330c041
* Hg plugin added (marked as experimental)Fabian Affolter2010-06-031-2/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5879 ce84e21b-d406-0410-9b95-82705330c041
* man: Update bcfg2.conf manpageSol Jerome2010-05-041-6/+6
| | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
* man: Patches from Arto Jantunen to fix escaped hyphensSol Jerome2010-04-241-1/+1
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5838 ce84e21b-d406-0410-9b95-82705330c041
* man pages: Move SSL options to proper section (Reported by Martin Schwier #828)Sol Jerome2010-01-081-19/+15
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5663 ce84e21b-d406-0410-9b95-82705330c041
* Documentation: updates for ssl to bcfg2.conf.5Narayan Desai2009-10-301-2/+10
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5518 ce84e21b-d406-0410-9b95-82705330c041
* Add bcfg2.conf option so that client can always run in paranoid modeSol Jerome2009-10-141-0/+4
| | | | | | | | | | | You currently must specify the -P command line option in order to run the client in paranoid mode. In order to allow for consistent usage (as specified in ticket #763), this commit adds an option to bcfg2.conf so that the client will always be run in paranoid mode. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5482 ce84e21b-d406-0410-9b95-82705330c041
* Added Fossil to Plugins init and Fossil and Bzr to man 5 bcfg2.confDaniel Joseph Barnhart Clark2009-09-251-0/+8
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5462 ce84e21b-d406-0410-9b95-82705330c041
* bcfg2.conf manpage: Add information about the POSIXCompat pluginSol Jerome2009-09-101-0/+4
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5428 ce84e21b-d406-0410-9b95-82705330c041
* Documentation: Update man pages to reflect changes in 1.0Sol Jerome2009-07-311-51/+141
| | | | | | | | | | * Add Snapshots documentation * Fix example bcfg2.conf * Add Plugin descriptions for server plugins Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5397 ce84e21b-d406-0410-9b95-82705330c041