Skip to content

Commit

Permalink
update documentation example for access "trusted"
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Apr 27, 2017
1 parent a51f7f1 commit 3335a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ See `conserver.cf` manpage.

#### Parameters

* `trusted` (Array) List of trusted masters
* `trust` (Array) List of trusted masters
* `limited` (Array) List of masters with limited access
* `rejected` (Array) List of masters with no access
* `order` (String/`'15'`) Position in config file
Expand All @@ -153,7 +153,7 @@ See `conserver.cf` manpage.

```Puppet
conserver::config::access { '*':
trusted => [ 'conserv01', 'conserv02' ]
trust => [ 'conserv01', 'conserv02' ]
}
```

Expand Down

0 comments on commit 3335a27

Please sign in to comment.