Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

pathogen (11) Versions 0.4.2

Installs/Configures pathogen vim plugin manager

Policyfile
Berkshelf
Knife
cookbook 'pathogen', '= 0.4.2', :supermarket
cookbook 'pathogen', '= 0.4.2'
knife supermarket install pathogen
knife supermarket download pathogen
README
Dependencies
Quality 50%

pathogen Cookbook

Use the custom resources provided by this cookbook to install pathogen, a plugin manager for vim, as well as any plugins that you specify.

Prerequisites

This cookbook expects vim and git to be available but does not provide resources or recipes for installing them.

Attributes

N/A

Resources

pathogen_base

The pathogen_base resource manages the basic installation of pathogen.

Properties
- users - A list of users for whom pathogen should be installed. Required.

Example
ruby
pathogen_base 'install pathogen!' do
users ['root', 'vagrant']
end

pathogen_plugin

Installs plugins that can be found on GitHub. The "name property" of the resource is the name of the plugin.

Properties
- github_org - The name of the GitHub organization or user that houses the repo.
- users - A list of users for whom pathogen should be installed. Required.

Example
ruby
pathogen_plugin 'ctrlp.vim' do
github_org 'ctrlpvim'
users ['root', 'vagrant']
end

Usage

  1. Add depends 'pathogen' to your metadata.rb.

  2. Go buck wild with the above two resources in your recipe of choice.

Contributing

Please open an issue if you find a bug. Pull requests are also welcome. When submitting pull requests, please try to abide by the following guidelines:

  1. Keep changes as small as possible
  2. Rebase and squash extraneous commits whenever possible
  3. Use detailed commit messages
  4. Don't modify version information

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.4.2 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Foodcritic Metric
            

0.4.2 passed this metric