Project

General

Profile

« Previous | Next » 

Revision b320df5f

Added by Maciej Strzelecki over 9 years ago

database connection pool

default size of connection pool

View differences:

manifests/params.pp
# Generate and cache the password on the master once
# In multi-puppetmaster setups, the user should specify their own
$db_password = cache_data('db_password', random_password(32))
# Default database connection pool
$db_pool = 5
# OS specific paths
case $::osfamily {

Also available in: Unified diff