Issue #20785 has been reported by Chris Denneen.

----------------------------------------
Feature #20785: hiera hash priority
https://projects.puppetlabs.com/issues/20785

* Author: Chris Denneen
* Status: Unreviewed
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* Affected Puppet version: 
* Keywords: 
* Branch: 
----------------------------------------
hiera() does priority lookup and hiera_hash() combines into one large hash

is there anyway that it can combine the priority function so lets say i have 

  --bar.yaml
  user: 
    foo: 
      uid: 8001
  --common.yaml
  user: 
    foo: 
      uid: 1001 
      name: "Foo user"
      shell:   '/bin/bash'


so desired result would be it adds user foo to all hosts with uid 1001 but on 
host bar it adds as uid 8001 but still gets shell /bin/bash and name "Foo user"


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to