summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schmitt <david@schmitt.edv-bus.at>2008-01-28 15:58:31 +0100
committerDavid Schmitt <david@schmitt.edv-bus.at>2008-01-28 15:58:31 +0100
commitc5c4cdb2af717a2945d3c9d2397fc5a79d4ce080 (patch)
tree2e747380b224ffefab1ff59cef57b1c58f1e6e6f
parent90430a218b4399215c89807e23ff75227451b770 (diff)
downloadpuppet-mysql-c5c4cdb2af717a2945d3c9d2397fc5a79d4ce080.tar.gz
puppet-mysql-c5c4cdb2af717a2945d3c9d2397fc5a79d4ce080.tar.xz
puppet-mysql-c5c4cdb2af717a2945d3c9d2397fc5a79d4ce080.zip
catchup commit
-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