mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 10:08:20 -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`.
35 lines
847 B
Markdown
35 lines
847 B
Markdown
## v1.3.4:
|
|
|
|
* [COOK-2272] - Complete `platform_family` conversion in build-essential
|
|
|
|
## v1.3.2:
|
|
|
|
* [COOK-2069] - build-essential will install osx-gcc-installer when
|
|
Xcode is present
|
|
|
|
## v1.3.0:
|
|
|
|
* [COOK-1895] - support smartos
|
|
|
|
## v1.2.0:
|
|
|
|
* Add test-kitchen support (source repo only)
|
|
* [COOK-1677] - build-essential cookbook support for OpenSuse and SLES
|
|
* [COOK-1718] - build-essential cookbook metadata should include scientific
|
|
* [COOK-1768] - The apt-get update in build-essentials needs to be renamed
|
|
|
|
## v1.1.2:
|
|
|
|
* [COOK-1620] - support OS X 10.8
|
|
|
|
## v1.1.0:
|
|
|
|
* [COOK-1098] - support amazon linux
|
|
* [COOK-1149] - support Mac OS X
|
|
* [COOK-1296] - allow for compile-time installation of packages
|
|
through an attribute (see README)
|
|
|
|
## v1.0.2:
|
|
|
|
* [COOK-1098] - Add Amazon Linux platform support
|
|
* [COOK-1149] - Add OS X platform support
|