Summary

In this chapter we've outlined some of the problems with maintaining configuration data in Puppet manifests, and introduced Hiera as a powerful solution. We've seen how to configure Puppet to use the Hiera data store, and how to query Hiera keys in Puppet manifests using lookup().

We've looked at how to write Hiera data sources, including string, array, and hash data structures, and how to interpolate values into Hiera strings using lookup(), including Puppet facts and other Hiera data, and how to duplicate Hiera data structures using alias(). We've learned how Hiera's hierarchy works, and how to configure it using the hiera.yaml file.

We've seen how our example Puppet infrastructure is configured to use Hiera data, and demonstrated the ...

Get Puppet 5 Beginner's Guide - Third Edition 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.