Re: [Puppet Users] Data Type: Hashes

2015-11-27 Thread Henrik Lindberg
On 2015-25-11 1:35, Matthew Ceroni wrote: I am having an issue accessing elements of a hash. First, it is defined in hiera as such: lb::rules: VCC: rule1 GR: rule2 I retrieve the value using $lb_rules = hiera('lb::rules') Then I simply try to print out one of the values ex: noti

Re: [Puppet Users] Data Type: Hashes

2015-11-24 Thread Peter Huene
Hi Matthew, On Tue, Nov 24, 2015 at 4:35 PM, Matthew Ceroni wrote: > I am having an issue accessing elements of a hash. > > First, it is defined in hiera as such: > > lb::rules: > VCC: rule1 > GR: rule2 > > I retrieve the value using > > $lb_rules = hiera('lb::rules') > > Then I simply try t