Skip to content

Commit

Permalink
vim v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Nov 18, 2011
1 parent cb274fd commit ed3b986
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 12 additions & 1 deletion vim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Installs vim.
Requirements
============

`vim` must be a valid package name that installs VIM - Vi IMproved.
## Platform:

* Ubuntu/Debian
* Red Hat/CentOS/Fedora/Scientific
* ArchLinux

Attributes
==========
Expand All @@ -20,6 +24,13 @@ Put `recipe[vim]` in a run list, or `include_recipe 'vim'` to ensure that vim is

If you would like to install additional vim plugin packages, include their package names in the `node[:vim][:extra_packages]` attribute. Verify that your operating sytem has the package available.

Changes
=======

## v1.0.2:

* Fixes COOK-598 (RHEL platforms support).

License and Author
==================

Expand Down
5 changes: 5 additions & 0 deletions vim/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@
description "Installs vim and optional extra packages."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.2"

%w{debian ubuntu arch redhat centos fedora scientific}.each do |os|
supports os
end

0 comments on commit ed3b986

Please sign in to comment.