From 9e78b9c2d178d6bd53d9d741ac01f9d706b571eb Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Oct 2007 13:44:49 +0200 Subject: hosting: enable automatic assignment of mysql database --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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<<||>> } -- cgit