An acceptance test needs to be added that exercises the overrides in lib/puppet/provider/sshkey/augeas.rb
#75
Labels
bug
Something isn't working
The
lib/puppet/provider/sshkey/augeas.rb
enhances the existingsshkey
provider.Prior to puppet 6, this worked seamlessly because the
sshkey
provider was loaded first.However, since
sshkey
is now a separate module, I believe that the override is probably not working (have not explicitly checked) becauseaugeasproviders_ssh
comes beforesshkey
alphabetically.The fix is probably to explicitly load the parent type prior to trying to load the override.
The text was updated successfully, but these errors were encountered: