DevTech101

DevTech101

Puppet

How to install & configure Puppet server – part two

This is the second post on how to configure the Puppet server/client on Solaris. The Solaris Puppet configuration is mostly the same as the regular Puppet, but with a few exceptions. First lets add a new facts to facter cat /usr/puppetlabs/puppet/modules/stdlib/lib/facter/env.rb Facter.add(‘environment’) do setcode do environment = “production” end end Now lets verify the new …

How to install & configure Puppet server – part two Read More »

How to install & configure Puppet server – part one

Below you will find how to install & configure Puppet server on Solaris. Part of my DevOps effort I am testing Puppet and Chef server, especially how they work with a Solaris environment. Note: Part of the documentation below is Solaris specific This guide is using puppet version 4.7 How to install puppet (server and …

How to install & configure Puppet server – part one Read More »