jhoblitt / puppet-selenium

Manages Selenium Server 2 - Standalone and Grid
Other
20 stars 49 forks source link

changing broken default url #13

Closed enxebre closed 10 years ago

jhoblitt commented 10 years ago

I just discovered this myself. The download path has changed to: https://selenium-release.storage.googleapis.com/index.html

This PR doesn't handle the new URL scheme correctly as $version needs to be parsed down to major.minor for the parent path component.

jhoblitt commented 10 years ago

@enxebre I've tweaked the PR to handle the partial version component that's now part of the URL and merged it as https://github.com/jhoblitt/puppet-selenium/commit/c500ad70e606b4a998a7aecb36aa22bd1b8026d1. Thank you for fixing this! I will be making a new forge release soon.

jhoblitt commented 10 years ago

I pushed v0.2.3 to the forge. Thank you again!

enxebre commented 10 years ago

Sorry I haven't been available until now. Awesome, thank you.