From 1fba90e17cda01fe2f30937f4cd889eee2870f22 Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 1 Feb 2008 20:02:34 +0000 Subject: shorewall rename, mysql plugin from git, pg modul neu --- tests/200_give_all_user_privs.pp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/200_give_all_user_privs.pp (limited to 'tests/200_give_all_user_privs.pp') diff --git a/tests/200_give_all_user_privs.pp b/tests/200_give_all_user_privs.pp new file mode 100644 index 0000000..cb59c8d --- /dev/null +++ b/tests/200_give_all_user_privs.pp @@ -0,0 +1,8 @@ +err("Grant ALL to test_user@%") + +mysql_grant { + "test_user@%": + privileges => all +} + + -- cgit v1.2.3