I'm trying to pick up on Puppet a bit, however, I'm having trouble simply bootstrapping containers (not even to bootstrapping them with the puppet information). In my cloud-init yaml file I've defined a basic user with a public key. I'm trying to start a Ubuntu 16.04 container using that userdata, unfortunately it fails citing that the ssh-authkey-fingerprints module failed.
I have the cloud-init package installed on the host (Ubuntu 16.04), the module most certainly exists at the location it is requesting, so I'm not sure what is going on here. I've tried just about everything to get it functioning but I have no idea what is going on.
If someone can lend me a hand or suggest something I'd appreciate it big time.