diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-03 14:11:18 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-03 14:11:18 -0200 |
commit | adc9c0f1168b780e6c8b78f63caa2fb51cc72399 (patch) | |
tree | 8b431784fd610e203ca3b42f03069f1c617dcddd /tests/README | |
parent | b5d91bdba1f0a02614fd6f6e9699c2c97ec8b725 (diff) | |
download | puppet-mysql-adc9c0f1168b780e6c8b78f63caa2fb51cc72399.tar.gz puppet-mysql-adc9c0f1168b780e6c8b78f63caa2fb51cc72399.tar.bz2 |
Adding resource types mysql_{user,database,grant} (2)
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/README b/tests/README new file mode 100644 index 0000000..7ef1421 --- /dev/null +++ b/tests/README @@ -0,0 +1,6 @@ +Execute these testfile in asciibetical order to check the functioning of the +types and providers. + +They try to create databases, users, grants, check for their existance, change +attributes, and remove them again. + |