index
:
puppet-mysql
adapt-to-jessie
master
Puppet module for mysql
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
200_give_all_user_privs.pp
blob: cb59c8dbd94f4b272d26536fff010f55cec00080 (
plain
)
1
2
3
4
5
6
7
8
err
(
"Grant ALL to test_user@%"
)
mysql_grant
{
"test_user@%"
:
privileges
=>
all
}