]> gitweb.fluxo.info Git - puppet-mysql.git/commitdiff
[bug] pass explicit argument to superclass
authordb <drebs@riseup.net>
Sat, 16 May 2015 03:00:19 +0000 (00:00 -0300)
committerdb <drebs@riseup.net>
Sat, 16 May 2015 03:00:19 +0000 (00:00 -0300)
lib/puppet/type/mysql_user.rb

index 0b7e9af4e52cbd072998ac86028c55d33105c9a8..15cc84b4edebb2ef5383b20886f54fb265033cb7 100644 (file)
@@ -13,7 +13,7 @@ Puppet::Type.newtype(:mysql_user) do
         raise ArgumentError,
               "MySQL usernames are limited to a maximum of 16 characters"
       else
-        super
+        super(:name)
       end
     end
   end