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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/cb539ce7-daa7-4421-bc26-e772ccdbf3ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to