Skip to content

Commit 1f87ad6

Browse files
committed
Update README
1 parent 568945b commit 1f87ad6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Host keys will be collected and distributed
1818
include ssh
1919
```
2020

21+
or
22+
2123
```
2224
class { 'ssh':
2325
server_options => {
@@ -44,6 +46,8 @@ Collected host keys from servers will be written to known_hosts
4446
include ssh::client
4547
```
4648

49+
or
50+
4751
```
4852
class { 'ssh::client':
4953
options => {
@@ -66,6 +70,8 @@ Host keys will be collected for client distribution
6670
include ssh::server
6771
```
6872

73+
or
74+
6975
```
7076
class { 'ssh::server':
7177
options => {

0 commit comments

Comments
 (0)