-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed issue #19 SSL error with wget #27
Conversation
@@ -1,7 +1,7 @@ | |||
Puppet selenium Module | |||
====================== | |||
|
|||
[![Build Status](https://travis-ci.org/jhoblitt/puppet-selenium.png)](https://travis-ci.org/jhoblitt/puppet-selenium) | |||
[![Build Status](https://travis-ci.org/zivan/puppet-selenium.png)](https://travis-ci.org/zivan/puppet-selenium) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this from the changeset.
The CI failure seems to be due to new gem releases being incompatible with ruby 1.8.7, so I'm not concerned about that. However, could you add unit test coverage of the new wget param? |
If this PR is merged, it would also resolve most of #21. |
@zivan Could you rebase on the current master to see if it resolves the travis failuers? |
rebase done. travis builds is passing. |
This is not PR merging. I am using vagrant with virtualbox (https://atlas.hashicorp.com/puppetlabs/boxes/centos-6.5-64-puppet) I tried to install your puppet module (https://forge.puppetlabs.com/jhoblitt/selenium) vagrant provision log if do "wget https://selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar" from console on the guest but on host machine ok zivan@local:/tmp$ wget https://selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar 100%[=============================================================================================================>] so i thought to add the param "nocheckcertificate" |
@zivan This looks good; could you add unit test coverage of the new param? |
@jhoblitt done please check |
@zivan looks good. Thank you for the contribution! |
fixed issue #19 SSL error with wget
This error was repeated in the same way
I suggest to add param nocheckcertificate -> wget::fetch to fix the error