I know that using vagrant-hostmanager as a provisioner is described here, but would someone be able to show a better example of this method? I'm a bit of a novice with Ruby and I'm trying to configure a multi-node setup using cloudstack and puppet. Since I'm running into issues that don't arise when using VirtualBox (as opposed to cloudstack), I'm hoping to use vagrant-hostmanager as a provisioner to see if that solves my problem.
Hi there, so I think I've found an example usage of vagrant-hostmanager as a provisioner in this repo. It looks as if @irnnr configures hostmanager first, then injects it into the execution order in the desired place.
Hi there,
I know that using vagrant-hostmanager as a provisioner is described here, but would someone be able to show a better example of this method? I'm a bit of a novice with Ruby and I'm trying to configure a multi-node setup using cloudstack and puppet. Since I'm running into issues that don't arise when using VirtualBox (as opposed to cloudstack), I'm hoping to use vagrant-hostmanager as a provisioner to see if that solves my problem.