Skip to content

Commit

Permalink
add selenium class download_timeout param to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Jan 16, 2014
1 parent 67dde43 commit e881e3e
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,13 @@ override the default values.
```puppet
# defaults
class { 'selenium':
user => 'selenium',
group => 'selenium',
install_root => '/opt/selenium',
java => 'java',
version => '2.39.0',
url => undef,
user => 'selenium',
group => 'selenium',
install_root => '/opt/selenium',
java => 'java',
version => '2.39.0',
url => undef,
download_timeout => '90',
}
```

Expand Down Expand Up @@ -226,6 +227,12 @@ class { 'selenium':
file as this information is needed when starting up the server (this may
change to be be automatically parsed from the `url` in a later release).

* `download_timeout`

`String` defaults to: `90`

Timeout to download of the package.

### `selenium::server`

```puppet
Expand Down

0 comments on commit e881e3e

Please sign in to comment.