Commits on Apr 15, 2014

  1. Fix invalid interval warning

    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
    danieldreier committed Apr 15, 2014
    Configuration menu
    Copy the full SHA
    b8fa15b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Configuration menu
    Copy the full SHA
    0f8d16c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2014

  1. Merge pull request #18 from terrimonster/add_eyaml

    thoroughly tested changes to support hiera-eyaml
    hunner committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    4260afc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from danieldreier/fix_regexp_invalid_interval_…

    …warning
    
    Fix invalid interval warning
    hunner committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    1d407be View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

  1. Configuration menu
    Copy the full SHA
    e013651 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e9814 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. Update readme for new options

    Add an example to show how to set the looger and merge_behavior options.
    pjfoley committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    46c9a5a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

  1. Configuration menu
    Copy the full SHA
    6e9be32 View commit details
    Browse the repository at this point in the history
  2. 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.
    awaxa committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    3f8dd89 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. Merge pull request #25 from awaxa/eyaml-extension

    Add the ability to configure the eyaml file extension
    hunner committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    759cb5a View commit details
    Browse the repository at this point in the history
  2. Optionally disable $datadir creation via new $manage_datadir switch.

    Vlastimil Holer authored and hunner committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    57909a6 View commit details
    Browse the repository at this point in the history
  3. Correct manage_datadir docs

    hunner committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    5597667 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'pjfoley/extend_template'

    Conflicts:
    	manifests/init.pp
    	manifests/params.pp
    	templates/hiera.yaml.erb
    hunner committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    d42101a View commit details
    Browse the repository at this point in the history
  5. Document template variables

    hunner committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    da3c033 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b34408 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7f6140 View commit details
    Browse the repository at this point in the history
  8. Add readme

    hunner committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    d15c194 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #27 from hunner/patch_eyaml

    Patch eyaml
    hunner committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    52a1df9 View commit details
    Browse the repository at this point in the history
  10. Release 1.1.0

    hunner committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    6ef2f61 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4da47a8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #29 from hunner/reorder_backends

    We want eyaml to come before yaml by default
    hunner committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    180e9d6 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #28 from hunner/release_1.1.0

    Release 1.1.0
    hunner committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    c5ab124 View commit details
    Browse the repository at this point in the history