0.07
A long-lived project that still receives updates
For use for the Beaker acceptance testing tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
 Dependencies

Development

~> 0.10
~> 3.0
~> 0.22.0
~> 13.0

Runtime

>= 4, < 6
 Project Readme

beaker-hiera

Beaker Hiera DSL Extension Library! This allows to easily use Hiera data in acceptance tests.

hierarchy = [
  'fqdn/%{fqdn}.yaml',
  'os/%{os.family}/%{os.release.major}.yaml',
  'os/%{os.family}.yaml',
  'common.yaml',
]
write_hiera_config_on(host, hierarchy)
copy_hiera_data_to(host, 'spec/acceptance/hieradata')