chef/cookbooks/ruby_build/metadata.json
Greg Karékinian b9cf396d42 Deploy akkounts without the application_git cookbook
Use the built-in git resource from Chef instead. poise/application does
not work on modern Chef.
2023-06-28 16:35:56 +02:00

49 lines
1.0 KiB
JSON

{
"name": "ruby_build",
"description": "Manages the ruby-build framework and its installed rubies. A LWRP is also defined.",
"long_description": "",
"maintainer": "Sous Chefs",
"maintainer_email": "help@sous-chefs.org",
"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",
"opensuse": ">= 0.0.0",
"opensuseleap": ">= 0.0.0",
"mac_os_x": ">= 0.0.0"
},
"dependencies": {
"yum-epel": ">= 0.0.0",
"homebrew": ">= 0.0.0"
},
"providing": {
},
"recipes": {
},
"version": "2.5.0",
"source_url": "https://github.com/sous-chefs/ruby_build",
"issues_url": "https://github.com/sous-chefs/ruby_build/issues",
"privacy": false,
"chef_versions": [
[
">= 15.0"
]
],
"ohai_versions": [
],
"gems": [
],
"eager_load_libraries": true
}