Displaying 1 result from an estimated 1 matches for "standard_params".
2012 May 14
2
defaults for virtual defined resources from hiera.
Hi,
This follows on a bit from the previous thread ''trouble with hiera and 
puppet defines'' [1]
Up to now I''ve had a large file of virtual resources and then enabled them 
on demand
on various services. The very standard.
@metric{''1234:
      one => 1
      two => [1,2]
}
@metric{''abcd'':
      one => a, 
      two => [b,c]
}
and