Skip to content

Commit

Permalink
default url on https
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre authored and Joshua Hoblitt committed May 31, 2014
1 parent 39ac34b commit b9aa097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if $url {
$jar_url = $url
} else {
$jar_url = "http://selenium-release.storage.googleapis.com/${version}/${jar_name}"
$jar_url = "https://selenium-release.storage.googleapis.com/${version}/${jar_name}"
}

File {
Expand Down

0 comments on commit b9aa097

Please sign in to comment.