Sha256: 7d5451cb07ac3f0d25a53e9446be19adc8496ff3b1fa6af9cedc3ed400360531
Contents?: true
Size: 1.99 KB
Versions: 1
Compression:
Stored size: 1.99 KB
Contents
{ "name": "runit", "description": "Installs runit and provides runit_service definition", "long_description": "", "maintainer": "Opscode, Inc.", "maintainer_email": "cookbooks@opscode.com", "license": "Apache 2.0", "platforms": { "ubuntu": [ ], "debian": [ ], "gentoo": [ ] }, "dependencies": { }, "recommendations": { }, "suggestions": { }, "conflicting": { }, "providing": { }, "replacing": { }, "attributes": { "runit": { "display_name": "Runit", "description": "Hash of runit attributes", "type": "hash", "choice": [ ], "calculated": false, "required": "optional", "recipes": [ ] }, "runit/sv_bin": { "display_name": "Runit sv bin", "description": "Location of the sv binary", "default": "/usr/bin/sv", "choice": [ ], "calculated": false, "type": "string", "required": "optional", "recipes": [ ] }, "runit/chpst_bin": { "display_name": "Runit chpst bin", "description": "Location of the chpst binary", "default": "/usr/bin/chpst", "choice": [ ], "calculated": false, "type": "string", "required": "optional", "recipes": [ ] }, "runit/service_dir": { "display_name": "Runit service directory", "description": "Symlinks to services managed under runit", "default": "/etc/service", "choice": [ ], "calculated": false, "type": "string", "required": "optional", "recipes": [ ] }, "runit/sv_dir": { "display_name": "Runit sv directory", "description": "Location of services managed by runit", "default": "/etc/sv", "choice": [ ], "calculated": false, "type": "string", "required": "optional", "recipes": [ ] } }, "groupings": { }, "recipes": { "runit": "Installs and configures runit" }, "version": "0.14.2" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-up-0.0.1 | templates/chef/cookbooks/runit/metadata.json |