Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Feb 25, 2014
1 parent 95a78df commit 64a2ceb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ Manage SSH client and server via Puppet

## Usage

Since version 3.0.0 only non-default values are written to both,
Since version 2.0.0 only non-default values are written to both,
client and server, configuration files.

Multiple occurances of one config key (e.g. sshd should be listening on
port 22 and 2222) should be passed as a list.
port 22 and 2222) should be passed as an array.

```
options => {
Port => [22, 2222],
}
```

This is working for both, client and server

### Both client and server
Host keys will be collected and distributed
Expand Down

0 comments on commit 64a2ceb

Please sign in to comment.