Merge pull request #616 from roman-mueller/newtype_deprecation
(MODULES-2007) Fix Puppet.newtype deprecation warning
This commit is contained in:
commit
df2886ecbe
1 changed files with 23 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue