Created
June 25, 2012 18:26
-
-
Save mannytoledo/2990355 to your computer and use it in GitHub Desktop.
Metadata file that isn't showing up on RS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "rbenv", | |
"description": "Manages rbenv and its installed rubies. Several LWRPs are also defined.", | |
"long_description": "Please refer to README.md (it's long).", | |
"maintainer": "Fletcher Nichol", | |
"maintainer_email": "[email protected]", | |
"license": "Apache 2.0", | |
"platforms": { | |
"ubuntu": ">= 0.0.0", | |
"debian": ">= 0.0.0", | |
"freebsd": ">= 0.0.0", | |
"redhat": ">= 0.0.0", | |
"centos": ">= 0.0.0", | |
"fedora": ">= 0.0.0", | |
"amazon": ">= 0.0.0", | |
"scientific": ">= 0.0.0", | |
"suse": ">= 0.0.0", | |
"mac_os_x": ">= 0.0.0" | |
}, | |
"dependencies": { | |
}, | |
"recommendations": { | |
"ruby_build": ">= 0.0.0", | |
"java": "> 1.4.0" | |
}, | |
"suggestions": { | |
}, | |
"conflicting": { | |
}, | |
"providing": { | |
}, | |
"replacing": { | |
}, | |
"attributes": { | |
}, | |
"groupings": { | |
}, | |
"recipes": { | |
"rbenv::default": "Installs the rbenv gem and initializes Chef to use the Lightweight Resources and Providers.", | |
"rbenv::system_install": "Installs the rbenv codebase system-wide (that is, into /usr/local/rbenv). This recipe includes default.", | |
"rbenv::system": "Installs the rbenv codebase system-wide (that is, into /usr/local/rbenv) and installs rubies driven off attribute metadata. This recipe includes default and system_install.", | |
"rbenv::user": "Installs the rbenv codebase for a list of users (selected from the node['rbenv']['user_installs'] hash) and installs rubies driven off attribte metadata. This recipe includes default and user_install.", | |
"rbenv::user_install": "Installs the rbenv codebase for a list of users (selected from the node['rbenv']['user_installs'] hash). This recipe includes default.", | |
"rbenv::vagrant": "An optional recipe if Chef is installed in a non-rbenv Ruby in a [Vagrant][vagrant] virtual machine. This recipe installs a chef-solo wrapper script so Chef doesn't need to be re-installed in the global rbenv Ruby." | |
}, | |
"version": "0.6.11" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment