File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2012-09-19 - Chris Price <chris@puppetlabs.com>
2+ * Fix invalid subname in database.ini (be683b7)
3+
142011-09-18 Chris Price <chris@puppetlabs.com> - 1.0.0
25* Initial 1.0.0 release
Original file line number Diff line number Diff line change 11name ' puppetlabs-puppetdb'
2- version ' 1.0.0 '
2+ version ' 1.0.1 '
33source ' git://github.com/puppetlabs-puppet/puppetlabs-puppetdb.git'
44author ' Puppet Labs'
55description ' PuppetDB resource types'
Original file line number Diff line number Diff line change 7373 } elsif $database == ' postgres' {
7474 $classname = ' org.postgresql.Driver'
7575 $subprotocol = ' postgresql'
76- $subname = " //${database_host} :${database_port} /${database } "
76+ $subname = " //${database_host} :${database_port} /${database_name } "
7777
7878 # #Only setup for postgres
7979 ini_setting {'puppetdb_psdatabase_username' :
You can’t perform that action at this time.
0 commit comments