May 2017
Beginner
268 pages
6h 1m
English
Let's add some example Hiera data to your Puppet repo and see what we can do with it. The following steps will take you through this process:
cd /etc/puppetlabs/code/environments/production sudo cp /vagrant/examples/hiera_minimal.config.yaml hiera.yaml
sudo mkdir data
data directory (make sure you copy it exactly as shown; the file needs to end up named common.yaml):
sudo cp /vagrant/examples/hiera_sample.yaml data/common.yaml
Read now
Unlock full access