Please help, puppet not on guest error
Opened this issue · 1 comments
Hi taylzlor, thanks for this, its great. I'm just running into a bit of a block. I've used Salt a bit but not puppet. I'm getting the following error which I guess implies puppet is not on the image. However, I'm using the exact code you are. I'm attempting to spin up via digital ocean. I've ssh'd in and can see that puppet doesnt appear to be installed. Please see below for output. Any feedback greatly appreciated.
The puppet
binary appears not to be in the PATH of the guest. This
could be because the PATH is not properly setup or perhaps Puppet is not
installed on this guest. Puppet provisioning can not continue without
Puppet properly installed.
@huemans you probably have two options cos of the way digitalocean works. You can build or use a packer image that has puppet on it as the base build or install puppet on the machines. We had raised issues #3 #4 to do this. You might be able to use the packer scripts from our other project https://github.com/Capgemini/Apollo/tree/master/packer or try using the bootstrap script over at https://github.com/Capgemini/Apollo