Sha256: 507663f5eced22bb8c8fd83aae85769b5067c4689cf1fb9cb291dff1e472a1b7
Contents?: true
Size: 745 Bytes
Versions: 2
Compression:
Stored size: 745 Bytes
Contents
# TamTam Vagrant Reload Provisioner This is a Vagrant 1.2+ plugin that adds a `reload` provisioning step which can be used to reload VM during provisioning. Reload can be conditional, based on a file presence. Note : Check file using to specify a reload necessity will be automatically removed by the provisioning task. ## Installation $ vagrant plugin install tamtam-vagrant-reload ## Usage Add `config.vm.provision :tamtam-reload` to your `Vagrantfile` to reload your VM during provisioning. Set the parameter `check_file` to the filename you want to check with a absolute path to reload vagrant conditionally. For example : ``` web.vm.provision :tamtam-reload do |reload| reload.check_file = "/tmp/check_file_name" end ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tamtam-vagrant-reload-1.1.3 | README.md |
tamtam-vagrant-reload-1.1.2 | README.md |