diff options
author | Luke Kanies <luke@madstop.com> | 2007-11-23 16:15:50 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-11-23 16:15:50 -0600 |
commit | 6d74ddd40a33e54c8007e3a256270e76e56517a0 (patch) | |
tree | 9a59467441d4ebc0c9e7e54db64391364f6c32d9 /lib/puppet/defaults.rb | |
parent | 7f504b00d8499de6dbd6e12987943b9a5b308d32 (diff) | |
download | puppet-6d74ddd40a33e54c8007e3a256270e76e56517a0.tar.gz puppet-6d74ddd40a33e54c8007e3a256270e76e56517a0.tar.xz puppet-6d74ddd40a33e54c8007e3a256270e76e56517a0.zip |
Accepting a modified form of the patch from #885 by immerda.
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 b4cd3d5de..616c1519d 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -535,6 +535,8 @@ module Puppet used when networked databases are used."], :dbpassword => [ "puppet", "The database password for Client caching. Only used when networked databases are used."], + :dbsocket => [ "", "The database socket location. Only used when networked + databases are used. Will be ignored if the value is an empty string."], :railslog => {:default => "$logdir/rails.log", :mode => 0600, :owner => "$user", |