Project

erb-hiera

0.01
No release in over 3 years
Low commit activity in last 3 years
Generate documents from a scope, ERB template(s) and Hiera data
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
 Project Readme

erb-hiera

About

Generate documents from a scope, ERB template(s) and Hiera Data

Install

gem install erb-hiera

Usage

$ ./bin/erb-hiera --help
Options:
  --config=<s>          specify config file
  --hiera-config=<s>    specify hiera config file
  --dry-run             don't write out files
  --verbose             print compiled template(s)
  --debug               print backtrace on error

Example

cd example
erb-hiera --config config.yaml --hiera-config hiera.yaml --verbose

References