diff options
author | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-05-06 09:58:06 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2008-05-15 15:42:08 -0400 |
commit | 882ba5be7f4e9f41bf34aff7e85049f30c4d23a5 (patch) | |
tree | 897e4a9e484d89ded64349bb84a7b0e426eba985 /tests/010_create_user.pp | |
parent | 9c4703b25e43a3102ac79d6c5d15ea24f8e034d6 (diff) | |
download | puppet-mysql-882ba5be7f4e9f41bf34aff7e85049f30c4d23a5.tar.gz puppet-mysql-882ba5be7f4e9f41bf34aff7e85049f30c4d23a5.tar.xz puppet-mysql-882ba5be7f4e9f41bf34aff7e85049f30c4d23a5.zip |
Removing the mysql plugin
Diffstat (limited to 'tests/010_create_user.pp')
-rw-r--r-- | tests/010_create_user.pp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/010_create_user.pp b/tests/010_create_user.pp deleted file mode 100644 index a45ed5b..0000000 --- a/tests/010_create_user.pp +++ /dev/null @@ -1,7 +0,0 @@ - -err("Will create user 'test_user@%' with password 'blah'") - -mysql_user{ "test_user@%": - password_hash => mysql_password("blah"), - ensure => present -} |