summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 6899c09..aa1941c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -21,5 +21,6 @@ class mysql::server {
# Collect all databases and users
Mysql_database<<||>>
Mysql_user<<||>>
+ Mysql_grant<<||>>
}