mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Allows `vagrant up` command to handle whether or not to run the provisioners should the machine already be up. This allows re-running certain provisioners in parallel using: vagrant up --provision --provision-with puppet_server Which in turn allows for certain scripts that are bootstrap related only to be skipped. In general however it is better to let the middleware from vagrant decided whether provisioners should run or not, as enhancements to that functionality will then be automatically picked up. With this change if a user runs `vagrant up` on already running machines, without the `--provision` option they will be greeted with a message from vagrant stating "Machine already provisioned. Run ...", basically letting them know what to do next. Without this change you simply see a message about "Bringing machine '<name>' up with 'libvirt' provider..." and then nothing further. Change-Id: I73ca4262abaa6431a838e4cf6468c06223643dea