author | ymh <ymh.work@gmail.com> |
Fri, 17 Nov 2017 18:02:04 +0100 | |
changeset 567 | 271e2afbf830 |
parent 28 | b0b56e0f8c7f |
permissions | -rw-r--r-- |
28 | 1 |
# Convenience class to call each of the three providers with the corresponding |
2 |
# hashes provided in mysql::server. |
|
3 |
# See README.md for details. |
|
4 |
class mysql::server::providers { |
|
5 |
create_resources('mysql_user', $mysql::server::users) |
|
6 |
create_resources('mysql_grant', $mysql::server::grants) |
|
7 |
create_resources('mysql_database', $mysql::server::databases) |
|
8 |
} |