mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
f3bcbd8bc3
This introduces two configuration management runs into the Vagrant provisioning phase. The first chef-solo run ensures that a current version of chef is installed using the omnibus updater. The second chef-solo run installs vim and phantomjs. Much more is possible, this is a proof of concept. Cookbooks are stored in the chef directory, and managed by librarian-chef, which is like a bundler for cookbooks. Chef is run when VM is first downloaded and booted, but not on subsequent halt/up cycles. To force chef to run again, use `vagrant provision`.
43 lines
No EOL
913 B
JSON
43 lines
No EOL
913 B
JSON
{
|
|
"name": "build-essential",
|
|
"description": "Installs C compiler / build tools",
|
|
"long_description": "",
|
|
"maintainer": "Opscode, Inc.",
|
|
"maintainer_email": "cookbooks@opscode.com",
|
|
"license": "Apache 2.0",
|
|
"platforms": {
|
|
"fedora": ">= 0.0.0",
|
|
"redhat": ">= 0.0.0",
|
|
"centos": ">= 0.0.0",
|
|
"ubuntu": ">= 0.0.0",
|
|
"debian": ">= 0.0.0",
|
|
"amazon": ">= 0.0.0",
|
|
"suse": ">= 0.0.0",
|
|
"scientific": ">= 0.0.0",
|
|
"oracle": ">= 0.0.0",
|
|
"smartos": ">= 0.0.0",
|
|
"mac_os_x": ">= 10.6.0",
|
|
"mac_os_x_server": ">= 10.6.0"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"recommendations": {
|
|
},
|
|
"suggestions": {
|
|
"pkgin": ">= 0.0.0"
|
|
},
|
|
"conflicting": {
|
|
},
|
|
"providing": {
|
|
},
|
|
"replacing": {
|
|
},
|
|
"attributes": {
|
|
},
|
|
"groupings": {
|
|
},
|
|
"recipes": {
|
|
"build-essential": "Installs packages required for compiling C software from source."
|
|
},
|
|
"version": "1.3.4"
|
|
} |