summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRichard Soderberg <rs@pi007.sv2.upperbeyond.com>2009-08-24 19:57:07 -0700
committerJames Turnbull <james@lovedthanlost.net>2009-11-20 08:07:52 +1100
commitc9f40be6c567d8de328b9d79dde357672323925a (patch)
tree1ed7730149eb8ac9efc26c96934ff7dfda903a5e /man
parent2d137e2e1ce603ee2727d66b1aba57458bf4d1be (diff)
downloadpuppet-c9f40be6c567d8de328b9d79dde357672323925a.tar.gz
puppet-c9f40be6c567d8de328b9d79dde357672323925a.tar.xz
puppet-c9f40be6c567d8de328b9d79dde357672323925a.zip
Fixed #2568 - Add database option 'dbconnections'
This sets the ActiveRecords connection pool size, when connecting to remote databases (mysql, postgres). default is 0; the 'pool' argument is only passed to ActiveRecords when the value is 1 or greater.
Diffstat (limited to 'man')
-rw-r--r--man/man8/puppet.conf.84
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man8/puppet.conf.8 b/man/man8/puppet.conf.8
index 21c94f802..75577b9aa 100644
--- a/man/man8/puppet.conf.8
+++ b/man/man8/puppet.conf.8
@@ -588,6 +588,10 @@ The type of database to use.
Default: sqlite3
+.SS dbconnections
+The number of database connections. Only used when networked databases are used. Will be ignored if the value is an empty string or is less than 1.
+
+
.SS dblocation
The database cache for client configurations. Used for querying within the language.