Displaying 1 result from an estimated 1 matches for "metric1234".
2012 May 14
2
defaults for virtual defined resources from hiera.
...t; a,
two => [b,c]
}
and then somewhere realize potentially with an override <| title == 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...