You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ensure_packages should run apt-get update once, the first time it is used. This is because if the system hasn't been updated for a while, there could be server changes that will cause regular apt-get installs to fail, and will be fixed with an apt-get update.
The text was updated successfully, but these errors were encountered:
I've been doing this as part of Fezzik, but it makes sense in Terraform. I'm worried about the overhead though -- on one of our ec2 machines it took 6.35s to run. How would the failure detection work?
ensure_packages
should runapt-get update
once, the first time it is used. This is because if the system hasn't been updated for a while, there could be server changes that will cause regularapt-get install
s to fail, and will be fixed with anapt-get update
.The text was updated successfully, but these errors were encountered: