Re: [Puppet Users] Hiera hierarchy question

2014-05-26 Thread Felix Frank
Hi, I don't really understand the problem. What file did you need to create before you could use what other file? Thanks, Felix On 05/10/2014 07:26 PM, twm...@gmail.com wrote: > However in order to get files of the name "users/%{usertype}" I needed > to create files in the base hiera directory

[Puppet Users] Hiera hierarchy question

2014-05-10 Thread twm139
I have the following Hiera.yaml --- :backends: - yaml :hierarchy: - defaults - "%{clientcert}" - "%{environment}" - "users/%{usertype}" - global :yaml: :datadir: The usertype variable is defined in my Foreman parameters and is different for each host group type. The idea is that