-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apt-get update failing during provision #11
Comments
PR welcome ;) |
I don't understand the problem or fix well enough to propose a patch, just leaving this here in case others run into the issue. Perhaps it only occurs on 2008 imacs... |
Could you post the logs that you saw? I don't know what you mean by This puppet setup runs On Mon, Feb 23, 2015 at 1:55 PM, Jody Hamilton [email protected]
|
Not really because my terminal doesn't scroll back far enough. It was similar to this error (from a bug report i googled) but different paths:
|
My bet is it was a one-off network error. If not reopen. Also - you should set iterms scrollback to be bigger or On Mon, Feb 23, 2015 at 2:16 PM, Jody Hamilton [email protected]
|
Thanks @jodyHamilton for the fix. I had the same problem and this works well. |
We have a bit of a different line in our puppet master config, so I am going to use that line instead and test locally. PR upcoming if that works out. |
Ading apt-get update provision line. Fixes Issue #11.
apt-get update was failing for me during provision
Adding
config.vm.provision :shell, :inline => "apt-get update --fix-missing"
to VagrantFile resolved it
The text was updated successfully, but these errors were encountered: