From e51113be291e2c30088d9b25e9e279d9f3a675e1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 26 Jan 2013 12:57:11 -0200 Subject: More coding style --- lib/puppet/type/mysql_database.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/puppet/type') diff --git a/lib/puppet/type/mysql_database.rb b/lib/puppet/type/mysql_database.rb index bb25ffa..b01bb83 100644 --- a/lib/puppet/type/mysql_database.rb +++ b/lib/puppet/type/mysql_database.rb @@ -1,11 +1,11 @@ # This has to be a separate type to enable collecting Puppet::Type.newtype(:mysql_database) do - @doc = "Manage a database." - ensurable - newparam(:name) do - desc "The name of the database." + @doc = "Manage a database." + ensurable + newparam(:name) do + desc "The name of the database." - # TODO: only [[:alnum:]_] allowed - end + # TODO: only [[:alnum:]_] allowed + end end -- cgit v1.2.3