Sha256: b64f3c578dd7187e7ea666c284c2839d89e4a5ff76ee2f1fc7ddf45ff96cbf9c
Contents?: true
Size: 680 Bytes
Versions: 5
Compression:
Stored size: 680 Bytes
Contents
vagrant-plugin-dummy ========================== This is a "dummy guest" plugin for vagrant. This is useful if you want to only use vagrant for creating and destroying clean guests. NOTE: This uses the provider to check if the guest is online before returning to vagrant. This check only works with VirtualBox at the moment. Installing vagrant-plugin-dummy ========================== ### Installing from source ``` bundle install bundle exec rake vagrant plugin install pkg/vagrant-plugin-dummy-0.0.2.gem ``` Usage ========================== Add this to a Vagrantfile: ``` config.vm.guest :dummy ``` and ``` config.vm.synced_folder ".", "/vagrant", :disabled => true ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
vagrant-plugin-dummy-0.0.7 | README.md |
vagrant-plugin-dummy-0.0.6 | README.md |
vagrant-plugin-dummy-0.0.5 | README.md |
vagrant-plugin-dummy-0.0.4 | README.md |
vagrant-plugin-dummy-0.0.3 | README.md |