I have the following piece of code to download an installer
remote_file '/tmp/apache-tomcat-8.0.23.tar.gz' do
source 'http://mirror.sdunix.com/apache/tomcat/tomcat-8/v8.0.23/bin/apache-tomcat-8.0.23.tar.gz'
end
which when executed using kitchen converge
gives
===================================================================== ===========
Error executing action `create` on resource 'remote_file[/tmp/apache-
tomcat-8.0.23.tar.gz]'
=====================================================================
===========
Errno::ENETUNREACH
------------------
Failed to open TCP connection to mirror.sdunix.com:80 (Network is unr
eachable - connect(2) for "mirror.sdunix.com" port 80)
Any idea why am I getting this network issue?