Skip to content

Commit

Permalink
Passing the timeout as parameter for Selenium class
Browse files Browse the repository at this point in the history
  • Loading branch information
colferai committed Jan 16, 2014
1 parent 7739a50 commit 5d475f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# java => 'java',
# version => '2.39.0',
# url => undef,
# timeout => '90'
# timeout => '90',
# }
# ```
#
Expand Down Expand Up @@ -75,7 +75,7 @@
$java = $selenium::params::java,
$version = $selenium::params::version,
$url = undef,
$timeout = $selenium::params::download_timeout
$timeout = $selenium::params::download_timeout,
) inherits selenium::params {
validate_string($user)
validate_string($group)
Expand Down

0 comments on commit 5d475f2

Please sign in to comment.