diff options
| author | James Turnbull <james@lovedthanlost.net> | 2010-04-23 14:32:38 +1000 |
|---|---|---|
| committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
| commit | f0a00848d9244f03528f6cd9572989732e4b6fe2 (patch) | |
| tree | 4126102732955d50274d085b019028392cf3865a /lib/puppet/defaults.rb | |
| parent | 8b99367ccedefe0e341a79487ccea2a95f2720a3 (diff) | |
| download | puppet-f0a00848d9244f03528f6cd9572989732e4b6fe2.tar.gz puppet-f0a00848d9244f03528f6cd9572989732e4b6fe2.tar.xz puppet-f0a00848d9244f03528f6cd9572989732e4b6fe2.zip | |
Fixes #3582 - Adds dbport configuration option for specifying database port
Diffstat (limited to 'lib/puppet/defaults.rb')
| -rw-r--r-- | lib/puppet/defaults.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index 79d74f01f..1f5e0eda4 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -680,6 +680,8 @@ module Puppet :dbname => [ "puppet", "The name of the database to use." ], :dbserver => [ "localhost", "The database server for caching. Only used when networked databases are used."], + :dbport => [ "", "The database password for caching. Only + used when networked databases are used."], :dbuser => [ "puppet", "The database user for caching. Only used when networked databases are used."], :dbpassword => [ "puppet", "The database password for caching. Only |
