Skip to content

Instantly share code, notes, and snippets.

@cliffdickerson
Created July 7, 2009 21:35
Show Gist options
  • Select an option

  • Save cliffdickerson/142399 to your computer and use it in GitHub Desktop.

Select an option

Save cliffdickerson/142399 to your computer and use it in GitHub Desktop.
echo '$http_server cs.localdomain cs' >> /etc/hosts
wget http://$http_server/build-files/chef/solo.rb -O /tmp/solo.rb
wget http://$http_server/build-files/chef/chef-client.json -O /tmp/chef.json
chef-solo -c /tmp/solo.rb -j /tmp/chef.json -r http://$http_server/build-files/chef/bootstrap-0.7.4.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment