Skip to content

Commit

Permalink
Merge pull request #201 from jeis2497052/master
Browse files Browse the repository at this point in the history
Propose small spelling change
  • Loading branch information
ekohl authored Jan 30, 2018
2 parents d0bbb3e + d60c360 commit 3250590
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 @@ -92,7 +92,7 @@ See https://docs.puppet.com/puppetdb/latest/connect_puppet_master.html#enabling-
report storage.

By default, puppetboard displays only 10 reports. This number can be
controlled to set the number of repports to show.
controlled to set the number of reports to show.

```puppet
class { 'puppetboard':
Expand Down Expand Up @@ -262,7 +262,7 @@ sudo puppet cert generate puppetboard.example.com
```
Note: this name cannot conflict with an existing certificate name.

The new certificate and private key can be found in $certdir/<NAME>.pem and $privatekeydir/<NAME>.pem on the CA puppet master. If you are not running puppetboard on the CA puppet master you will need to copy the certificate and key to the node runing puppetboard.
The new certificate and private key can be found in $certdir/<NAME>.pem and $privatekeydir/<NAME>.pem on the CA puppet master. If you are not running puppetboard on the CA puppet master you will need to copy the certificate and key to the node running puppetboard.

Here's an example, using new certificates:
```puppet
Expand Down

0 comments on commit 3250590

Please sign in to comment.