puppet/hiera.yaml (11 lines of code) (raw):

--- :backends: - yaml :hierarchy: # - "%{::virtual}/%{::asfosname}" # only enal be this if you use a caching service like apt-cacher-ng - "nodes/%{::hostname}" - "%{::asfosname}/%{::asfosrelease}" # - "colo/%{::asfcolo}" - "oem/%{::oem}" - "common" :yaml: :datadir: '/tmp/kitchen/hiera' :merge_behavior: deeper