Currently the script needs to have Internet access to download some packages. How can I install the client without Internet access?Should I modify the script connecting to a local repository for the download?
you could provision the required packages onto the machine, just as the few packages mentioned in the README and modify the cookbook so it will pick them up locally
you could bake all required packages into the image that you use to install these machines
you could setup a repo in that LAN which contains the packages and have these machines use it as a source
Currently the script needs to have Internet access to download some packages. How can I install the client without Internet access?Should I modify the script connecting to a local repository for the download?