module-puppetlabs-mysql/manifests
Colleen Murphy bf2c8d4bc0 Change sql param to default to undef instead of empty string
The future parser treats the empty string '' as a truthy value. This
means that mysql::db will always try to include the db import exec in
the catalog. With the empty string as the $sql value, the command
attempts to import '' into a database, which fails. This patch changes
the default $sql value to undef so that the exec won't be included if
there is no sql to import.
2014-10-03 11:56:18 -07:00
..
bindings Install MySQL client and daemon dev libraries. 2014-05-19 09:41:25 +12:00
client Fix mysql::client. 2013-09-26 09:30:44 -04:00
server Fixes manage_service feature 2014-08-21 17:44:27 +02:00
bindings.pp Add Archlinux support 2014-07-10 21:55:44 +02:00
client.pp Fix the broken anchoring. 2013-11-05 16:41:41 +01:00
db.pp Change sql param to default to undef instead of empty string 2014-10-03 11:56:18 -07:00
params.pp Handle graceful failure on RHEL4 and improve the messaging. 2014-08-08 11:55:31 -04:00
server.pp Prametrize !includedir 2014-06-04 14:07:49 +02:00