Created
October 26, 2012 14:03
-
-
Save jdutton/3958995 to your computer and use it in GitHub Desktop.
Run chef-solo manually in vagrant VM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ack ... so much closer but not there yet. thanks