RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: kirs
Site: http://evrone.ru
Dear Ryan, Use use rsync -r . root@72.14.183.209:/var/chef & ssh root@72.14.183.209 "chef-solo -c /var/chef/solo.rb" each time when you want to roll up new recipes. Is there any way to do it with one command?
rsync -r . root@72.14.183.209:/var/chef & ssh root@72.14.183.209 "chef-solo -c /var/chef/solo.rb"
Dear Ryan,
Use use
rsync -r . root@72.14.183.209:/var/chef & ssh root@72.14.183.209 "chef-solo -c /var/chef/solo.rb"
each time when you want to roll up new recipes. Is there any way to do it with one command?