As far as I'm aware hiera is not going to go look back at itself in this case and actually pick up the new hierarchy.

Instead you're going to have to set a custom fact on the host in question that sets "role" to "test" and then it should be able to be picked up. Also I believe you're going to need to prefact those with facts with '::'.

I use a directory hierarchy so I actually have:

:hierarchy:
  - "host/%{::clientcert}"
  - "role/%{::role}"
  - "virtual/%{::virtual}"
  - "osfamily/%{::osfamily}"
  - "domain/%{::domain}"
  - "env/%{::environment}"
  - common

On 03.11.2014 09:11, Andreas Dvorak wrote:
Hi,

today I started working with roles in hiera, but somewhere must be
something wrong. In my test I would like to install a special version
of facter on the server vm6740 that does belong to my test role, but
it is installed the version from the common.yaml

cat hiera.yaml
---
:backends: yaml
:yaml:
 :datadir: /data/git/test/hiera
:hierarchy:
 - %{hostname}
 - %{role}_role
 - common
:logger: console

cat vm6740.yaml
---
role: "test"

cat test_role.yaml
---
facter::version: "2.3.0-1"

cat common.yaml
---
facter::version: "2.1.0-1"

Andreas

 --
 You received this message because you are subscribed to the Google
Groups "Puppet Users" group.
 To unsubscribe from this group and stop receiving emails from it,
send an email to puppet-users+unsubscr...@googlegroups.com [1].
 To view this discussion on the web visit

https://groups.google.com/d/msgid/puppet-users/cb539ce7-daa7-4421-bc26-e772ccdbf3ed%40googlegroups.com
[2].
 For more options, visit https://groups.google.com/d/optout [3].


Links:
------
[1] mailto:puppet-users+unsubscr...@googlegroups.com
[2]

https://groups.google.com/d/msgid/puppet-users/cb539ce7-daa7-4421-bc26-e772ccdbf3ed%40googlegroups.com?utm_medium=email&utm_source=footer
[3] https://groups.google.com/d/optout

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/ba99ab7cdae6133ddc9590896a2ac499%40undergrid.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to