Skip to content

Commit

Permalink
Merge cafd378 into 52f3c63
Browse files Browse the repository at this point in the history
  • Loading branch information
larsnaesbye committed Dec 29, 2018
2 parents 52f3c63 + cafd378 commit 6f8374b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Puppetboard

[![image](https://coveralls.io/repos/github/voxpupuli/puppetboard/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppetboard?branch=master)

Puppetboard is a web interface to [PuppetDB](http://docs.puppetlabs.com/puppetdb/latest/index.html) aiming to replace the reporting functionality of [Puppet Dashboard](http://docs.puppetlabs.com/dashboard/).
Puppetboard is a web interface to [PuppetDB](https://puppet.com/docs/puppetdb/latest/index.html) aiming to replace the reporting functionality of [Puppet Dashboard](http://docs.puppetlabs.com/dashboard/).

Puppetboard relies on the [pypuppetdb](https://pypi.python.org/pypi/pypuppetdb) library to fetch data from PuppetDB and is built with the help of the [Flask](http://flask.pocoo.org) microframework.

Expand Down Expand Up @@ -160,9 +160,9 @@ The following instructions will help you configure Puppetboard and your HTTPD.

### Puppet

Puppetboard is built completely around PuppetDB which means your environment needs to be configured [to do that](https://docs.puppetlabs.com/puppetdb/latest/connect_puppet_master.html#step-2-edit-config-files).
Puppetboard is built completely around PuppetDB which means your environment needs to be configured [to do that](https://puppet.com/docs/puppetdb/latest/connect_puppet_master.html#step-2-edit-config-files).

In order to get the reports to show up in Puppetboard you need to configure your environment to store those reports in PuppetDB. Have a look at [the documentation](https://docs.puppetlabs.com/puppetdb/latest/connect_puppet_master.html#edit-puppetconf) about this, specifically the *Enabling report storage* section.
In order to get the reports to show up in Puppetboard you need to configure your environment to store those reports in PuppetDB. Have a look at [the documentation](https://puppet.com/docs/puppetdb/latest/connect_puppet_master.html#edit-puppetconf) about this, specifically the *Enabling report storage* section.

### Settings

Expand Down

0 comments on commit 6f8374b

Please sign in to comment.