Sha256: 32bd15ebbd0f18665971b6e70f1285013a4ac37b40076d5f2f0006aa86d9f193
Contents?: true
Size: 700 Bytes
Versions: 3
Compression:
Stored size: 700 Bytes
Contents
# vagrant-vyatta Vagrant-vyatta is a [Vagrant](http://www.vagrantup.com) plugin that adds a [Vyatta](http://www.vyatta.org/) support to Vagrant. This plugin fixes following features. * `vagrant halt`. * `config.vm.hostname`. * `config.vm.network`. ## Installation ``` $ vagrant plugin install vagrant-vyatta ``` ## Usage ``` $ vagrant box add vyatta http://higebu.com/box/vyatta-livecd_VC6.5R1_amd64_virtualbox.box $ vagrant init vyatta $ vagrant up ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-vyatta-0.0.3 | README.md |
vagrant-vyatta-0.0.2 | README.md |
vagrant-vyatta-0.0.1 | README.md |