I'm using R10K, I want to install a puppet module on my master server using a Puppet file.
I have added the following to Puppetfile:
mod 'puppetlabs-certregen', '0.2.0'
I then run puppet agent -t on the server. looks like this is successful, in that the commands in my manifest are run, but when I run puppet certregen healthcheck the module doesn't seem to be installed.
How can I install this puppet module using a puppetfile?