summaryrefslogtreecommitdiff
path: root/tests/201_give_all_db_privs.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/201_give_all_db_privs.pp')
-rw-r--r--tests/201_give_all_db_privs.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/201_give_all_db_privs.pp b/tests/201_give_all_db_privs.pp
new file mode 100644
index 0000000..745048f
--- /dev/null
+++ b/tests/201_give_all_db_privs.pp
@@ -0,0 +1,8 @@
+err("Grant ALL to test_user@%/test_db")
+
+mysql_grant {
+ "test_user@%/test_db":
+ privileges => all
+}
+
+