README in contrib directory
This commit is contained in:
parent
b6a6183d45
commit
7cfa2b6986
|
@ -7,6 +7,8 @@
|
||||||
- Boxes downloaded during `vagrant up` reload the Vagrantfile config, which
|
- Boxes downloaded during `vagrant up` reload the Vagrantfile config, which
|
||||||
fixes a problem with box settings not being properly loaded. [GH-231]
|
fixes a problem with box settings not being properly loaded. [GH-231]
|
||||||
- `config.ssh.forward_x11` to enable the ForwardX11 SSH option. [GH-255]
|
- `config.ssh.forward_x11` to enable the ForwardX11 SSH option. [GH-255]
|
||||||
|
- Vagrant source now has a `contrib` directory where contributions of miscellaneous
|
||||||
|
addons for Vagrant will be added.
|
||||||
|
|
||||||
## 0.7.0.beta (December 24, 2010)
|
## 0.7.0.beta (December 24, 2010)
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Vagrant Contrib
|
||||||
|
|
||||||
|
Miscellaneous contributions which assist people in using Vagrant will
|
||||||
|
make their way into this directory. An up-to-date list of short descriptions
|
||||||
|
for each item will be kept below.
|
||||||
|
|
||||||
|
## List of Contrib Items
|
||||||
|
|
||||||
|
* `vim` - Contains a `.vim` file for enabling Ruby syntax highlighting
|
||||||
|
for `Vagrantfile`s.
|
|
@ -7,4 +7,3 @@ augroup vagrant
|
||||||
au!
|
au!
|
||||||
au BufRead,BufNewFile Vagrantfile set filetype=ruby
|
au BufRead,BufNewFile Vagrantfile set filetype=ruby
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue