summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/puppet/type/mysql_database.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/puppet/type/mysql_database.rb b/plugins/puppet/type/mysql_database.rb
index 5dd96d4..bb25ffa 100644
--- a/plugins/puppet/type/mysql_database.rb
+++ b/plugins/puppet/type/mysql_database.rb
@@ -4,6 +4,8 @@ Puppet::Type.newtype(:mysql_database) do
ensurable
newparam(:name) do
desc "The name of the database."
+
+ # TODO: only [[:alnum:]_] allowed
end
end