Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Feb 24, 2014
1 parent 568945b commit 1f87ad6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Host keys will be collected and distributed
include ssh
```

or

```
class { 'ssh':
server_options => {
Expand All @@ -44,6 +46,8 @@ Collected host keys from servers will be written to known_hosts
include ssh::client
```

or

```
class { 'ssh::client':
options => {
Expand All @@ -66,6 +70,8 @@ Host keys will be collected for client distribution
include ssh::server
```

or

```
class { 'ssh::server':
options => {
Expand Down

0 comments on commit 1f87ad6

Please sign in to comment.