Displaying 1 result from an estimated 1 matches for "ssk_key".
Did you mean:
  ssl_key
  
2012 Mar 16
3
Simple hiera-puppet usage
Hi all,
I am trying to understand how does hiera puppet backend work, so I created the 
following example:
hiera.yaml has only:
---
:backends:
    - puppet
---
And the node: 
node ''testnode'' {
	$variable = ''kk''
	$thing = hiera ("variable")
	notify { "note: $thing": }
}
I don''t want to use the yaml backend for now, just want to