August 2015
Beginner
234 pages
4h 39m
English
After installing Puppet Master, our next step is to install the Foreman web user interface that will be used to manage and report. Foreman is an open source project that can be used with Puppet or Chef. With Foreman and Puppet, you can manage your servers for configuration management, orchestration, and monitoring. For installation of Foreman, we will first add the relevant repositories, and after that install it.
Add repository details, as follows:
$ sudo -i # echo "deb http://deb.theforeman.org/ trusty stable" > /etc/apt/sources.list.d/foreman.list # echo "deb http://deb.theforeman.org/ plugins stable" >> /etc/apt/sources.list.d/foreman.list
You can also use sudonano to add the details to the relevant files. In the preceding ...
Read now
Unlock full access