;
To: puppet-users@googlegroups.com
Sent: Friday, July 12, 2013 3:04:36 PM
Subject: [Puppet Users] Hiera Dummy Question
Hi,
I have a simple hiera data file:
# /etc/puppet/hiera/defaults.yaml
---
test:
message: This message brought to you by hiera
I run `sudo hiera test` and get
Hi,
I have a simple hiera data file:
# /etc/puppet/hiera/defaults.yaml
---
test:
message: This message brought to you by hiera
I run `sudo hiera test` and get:
{"message"=>"This message brought to you by hiera"}
I then create a test class:
# test.pp
class test ($message) {
notify {"Param