I am using Puppet to manage SSH keys on all my devices including a bunch of Raspberry Pi's but only the Raspberry Pi's are complaining about the ssh_authorized_key type missing.
Warning: /Stage[main]/Profile::Users/User[username]: Ssh_authorized_key type is not available. Cannot purge SSH keys.
I am using puppet and puppetserver 6.0.2 across the environment and my Raspberry Pi's are all running raspbian and are up-to-date as far as using stretch packages go.
Any idea's why the type is not available?