When using remote_file, the show_progress attribute can show download progress. Example:
remote_file "/home/vagrant/zeppelin-0.6.2-bin-all.tgz" do source "http://mirrors.m247.ro/apache/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz" show_progress true end
and it will have the following effect on the output:
==> default: - Progress: 10% ==> default: ==> default: - Progress: 20% ...