# 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." end end