abrader / abrader-gms

Git management system types and providers for Puppet utilizing Github, Gitlab, Stash APIs
Apache License 2.0
26 stars 32 forks source link

Puppet.newtype is deprecated #12

Closed natemccurdy closed 9 years ago

natemccurdy commented 9 years ago

Prior to this, the git_deploy_key type was created using the Puppet.newtype function. That has been deprecated and shows as a warning on Puppet versions higher than 4. This creates the git_deploy_key type by calling the Puppet::Type.newtype() function, which is not deprecated.

Fixes issue #11

abrader commented 9 years ago

Yes it fixed the issue you filed ;) Thanks.