Skip to content

Instantly share code, notes, and snippets.

@jdutton
Created October 26, 2012 14:03
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jdutton/3958995 to your computer and use it in GitHub Desktop.
Save jdutton/3958995 to your computer and use it in GitHub Desktop.
Run chef-solo manually in vagrant VM
vagrant@vagrant-vm:~$ sudo chef-solo -c /tmp/vagrant-chef-1/solo.rb -j /tmp/vagrant-chef-1/dna.json
vagrant@vagrant-vm:~$ sudo chef-solo -c /tmp/vagrant-chef-1/solo.rb -j /tmp/vagrant-chef-1/dna.json --why-run > /tmp/why-run.out
@kristopolous
Copy link

ack ... so much closer but not there yet. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment