search for: metricabcd

Displaying 1 result from an estimated 1 matches for "metricabcd".

2012 May 14
2
defaults for virtual defined resources from hiera.
...1234 |> { one => 2 } metric is something like define metric ($one, $two) { # do stuff. } Attempting to move the data of virtual resources above into hiera now and a few questions. metric1234: one: 1 two: -''1'' -''2'' metricabcd: one: a two: -''b'' -''c'' I accept to have to use that hierarchy rather than the perhaps more obvious metric: 1234: ... abcd: ... since hiera can only select on the first level as the key?, i.e hiera(metic[1234]) or something...