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.
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 thePuppet::Type.newtype()
function, which is not deprecated.Fixes issue #11