Category: Data, nginx, yaml

Grafana is a multi-platform open source analytics and interactive visualization web application. In this post we’ll look at how to quickly install Grafana with an NGINX reverse proxy over HTTPS using Puppet Bolt.

In this post we’ll create a Bolt project for deploying Grafana.

With the modules installed all we need to do now is instantiate the module by creating a Bolt plan to run.

Create a directory named data to store our hiera data files as specified in the hiera configuration file.

Related Articles