July 2014
Beginner
280 pages
5h 36m
English
The Dashboard is an open source GUI. It was previously used by Puppet enterprise. Dashboard uses MySQL as its backend unlike Foreman.
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: ...
Read now
Unlock full access