module-puppetlabs-mysql/spec/unit/puppet/functions
Hunter Haugen f4fe313e65 Remove mysql_table_exists() function
This function is intended to check for the existence of a table before
declaring some resource, but this is neither portable (because functions
orun on the master, not the agent) nor one-run idempotent (because the
function would run before mysql is even installed, and would take two
runs to do anything).

The correct way of doing this would be to update the providers and
dependency ordering to handle the conditional states.

Luckily this was never released so it is backwards compatible.
2016-03-28 10:48:58 -07:00
..
mysql_deepmerge_spec.rb Convert specs to RSpec 2.99.1 syntax with Transpec 2014-08-08 16:47:44 -04:00
mysql_password_spec.rb Don't hash passwords that are already hashed 2015-11-19 07:54:10 +01:00