-------------------
Changed
- Swapped to the new Broadcom apt repos for installing salt. Since this repo
doesn't enable pinning salt version in the url, `--salt-branch` was replaced
with `--salt-version` which will be used to set an apt pin for the given
version. This can be either a major version like `3006.*`, or a specific minor
version like `3007.1`.
Added
- Attempt to detect init script failures on GCE (like we do for other providers).