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
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
It looks like something is missing the s3:// url munging. This change to https:// urls seems to work for us with Vagrant 1.7.4 as well, so we are going to push Vagrantfile changes to work around this for now.
The text was updated successfully, but these errors were encountered:
Vagrant 1.8 only supports HTTP metadata boxes. Expand s3:// shorthand
URLs in the authenticate_box_url hook so that Vagrant's metadata check
sees HTTP URLs. This method should also be compatibile with Vagrant
1.5+.
Fix#27.
Vagrant 1.8 only supports HTTP metadata boxes. Expand s3:// shorthand
URLs in the authenticate_box_url hook so that Vagrant's metadata check
sees HTTP URLs. This method should also be compatibile with Vagrant
1.5+.
Fix#27.
After upgrading to Vagrant 1.8.1, our private metadata/boxes stopped working.
If we change the url to the full https, it starts working again:
It looks like something is missing the s3:// url munging. This change to https:// urls seems to work for us with Vagrant 1.7.4 as well, so we are going to push Vagrantfile changes to work around this for now.
The text was updated successfully, but these errors were encountered: