Merge pull request #616 from roman-mueller/newtype_deprecation

(MODULES-2007) Fix Puppet.newtype deprecation warning
This commit is contained in:
Hunter Haugen 2015-05-04 15:16:30 -07:00
commit df2886ecbe

View file

@ -1,5 +1,4 @@
module Puppet
newtype(:postgresql_conf) do
Puppet::Type.newtype(:postgresql_conf) do
@doc = "This type allows puppet to manage postgresql.conf parameters."
@ -27,5 +26,4 @@ module Puppet
}
end
end
end