how to bootstrap linux (RHEL) without internet (like --msi-url in windows)?
I couldn’t find a straight forward way like --msi-url. Following command will do the trick though:
knife bootstrap #{server_name} --ssh-user #{username} --ssh-password #{password} --node-name #{server_name} --bootstrap-install-command “wget remote/directory/chef-client-x.x.x.x86_64.rpm;yum install -y chef-client-x.x.x.x86_64.rpm” --sudo --use-sudo-password #{password}