Puppet Dashboard

The Dashboard is an open source GUI. It was previously used by Puppet enterprise. Dashboard uses MySQL as its backend unlike Foreman.

Tip

New versions of Puppet enterprise use the Puppet console, which uses PostgreSQL as its backend.

We'll create another vm for Dashboard. Starting with an empty image, we will add the puppetlabs repository and the mysql-server packages using the following commands:

# yum install  https://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-7.noarch.rpm mysql-server
# yum install puppet-dashboard

With MySQL installed, we'll start MySQL with service mysqld start, and then run the secure installation script to set a root password before connecting to the database, as shown in the following command: ...

Get Mastering Puppet now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.