discourse/chef/Cheffile.lock
Elliot Murphy f3bcbd8bc3 Use chef-solo to install phantomjs into Vagrant VM.
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`.
2013-02-07 14:09:57 -05:00

17 lines
281 B
Plaintext

SITE
remote: http://community.opscode.com/api/v1
specs:
apt (1.8.4)
build-essential (1.3.4)
omnibus_updater (0.1.2)
phantomjs (0.0.10)
vim (1.0.2)
DEPENDENCIES
apt (>= 0)
build-essential (>= 0)
omnibus_updater (>= 0)
phantomjs (>= 0)
vim (>= 0)