kindredgroup / puppet-vagrant

Puppet module to manage vagrant and its plugins installation
Apache License 2.0
4 stars 6 forks source link

Use new package download URLs #7

Closed cpick closed 8 years ago

cpick commented 8 years ago

With vagrant 1.8.0 on, the binaries have moved to releases.hashicorp.com.

The old bintray.com URLs have binaries for versions [1.4.0, 1.7.4], but releases.hashicorp.com has everything >= 1.4.0 so bintray isn't used at all anymore.

jlyheden commented 8 years ago

Thanks