Before this change, following warnings printed during execution: /usr/lib/ruby/vendor_ruby/puppet/parser/lexer.rb:250: warning: regexp has invalid interval /usr/lib/ruby/vendor_ruby/puppet/parser/lexer.rb:250: warning: regexp has `}' without escape
Merge pull request #18 from terrimonster/add_eyaml
thoroughly tested changes to support hiera-eyaml
Merge pull request #16 from danieldreier/fix_regexp_invalid_interval_…
…warning Fix invalid interval warning
Add an example to show how to set the looger and merge_behavior options.
use eyaml backend before others
This would prevent the yaml backend from returning raw eyaml data when using the yaml file extension for the eyaml backend.
Merge pull request #25 from awaxa/eyaml-extension
Add the ability to configure the eyaml file extension
Merge remote-tracking branch 'pjfoley/extend_template'
Conflicts: manifests/init.pp manifests/params.pp templates/hiera.yaml.erb
Merge pull request #29 from hunner/reorder_backends
We want eyaml to come before yaml by default