Skip to content

Commit

Permalink
Added new options documentation to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipska committed Mar 11, 2015
1 parent 2911fa6 commit 183368e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,24 @@ class { 'selenium':
The name/uid of the system role account to execute the server process under and
will have ownership of files.

##### `manage_user`

`Boolean` defaults to: `true`

Wether or not this module should manage the system role account to execute the server process under.

##### `group`

`String` defaults to: `selenium`

The group/gid of the system role account and group ownership of files.

##### `manage_group`

`Boolean` defaults to: `true`

Wether or not this module should manage the group of the system role account.

##### `install_root`

`String` defaults to: `/opt/selenium`
Expand Down

0 comments on commit 183368e

Please sign in to comment.