Closed jeremysawesome closed 7 years ago
/cc: @stephanethomas for review 😄
Thanks for your pull request @jeremysawesome!
If we decide to update the package lists from this shell script then we most probably want to remove that step from the Puppet system
manifest since there is no need to perform that process twice:
I'm just wondering if we really need that change. That's the first time we see that specific issue arise, and it looks to me more like an intermittent network failure, or a Vagrant box that needs to be updated. I'm on the fence I suppose, so I'll trust your judgement :).
Closing since I didn't get any answer. Feel free to reopen it later.
I finally encountered this particular issue, and fixed it in https://github.com/Automattic/wp-calypso-bootstrap/commit/3d53997d5aac0a7a35e7edabf8661712ea516b22.
An issue can occur during the puppet install where certain packages are not found. This results in a 404 error which causes the puppet install to fail.
This ulimately results in the following output:
Running
apt-get update
beforehand helps to mitigate these 404 issues by ensuring that the sources are up to date.Full Sample Command Line Output