Hi:
I work on puppet 3 and hiera, but i cannt load a yaml file on a subdir.
my hiera.yaml looks like:
---
:backends:
  - yaml
  - json
:yaml:
  :datadir: /etc/puppet/hieradata
:json:
  :datadir: /etc/puppet/hieradata
:hierarchy:
  - "servidores/%{clientcert}"
  - %{::ve}
  - common
:puppet:
  :datasource: data

problem is on "servidores/%{clientcert}". If it is %{::clientcert} and file 
is on root dir ( /etc/puppet/hieradata), everithing works fine. If i try to 
use a subdir, no mather what i use, it fails.

what i doing wrong ?

thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/aTk08ZWkkTMJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to