Go to main content

Using Puppet to Perform Configuration Management in Oracle® Solaris 11.3

Exit Print View

Updated: September 2018
 
 

Puppet Configuration Management Workflow

To manage Oracle Solaris system configuration with Puppet, you typically follow this basic process:

  1. Use the puppet describe command to display all of the available attributes for the specified resource type that you are planning to configure. See Working With Puppet Resources and Resource Types in Oracle Solaris.

  2. Declare the appropriate resources in a Puppet manifest that resides on the master.

    You would use a Puppet site manifest (site.pp) to define global system configuration that applies to all nodes.

    You can also define node-specific configuration within a Puppet site manifest by using the node keyword. See Writing Puppet Manifests That Specify Node-Specific Code.

  3. Perform a dry run to test whether the configuration that is defined in the Puppet manifest is valid.

    Although this step is not required, it is suggested as a best practice.

  4. Verify that the nodes have applied the configuration.

For step-by-step instructions, see How to Write a Puppet Site Manifest.