Commits on Dec 30, 2014

  1. Add ability to disable pkcs7 key generation with hiera-eyaml

    Without this change hiera-eyaml generates pkcs7 keys automatically if
    the eyaml backend is enabled. This adds a parameter called create_keys
    to allow disabling key creation. The parameter defaults to true, so the
    current module behavior is preserved. If set to false you are able to
    manage the keys outside of this module. Adding a default owner and group
    for file resources in eyaml.pp to reduce duplication.
    kirby@puppetlabs.com committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    1e9e049 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Merge pull request #42 from mattkirby/kirby_flexible_keys

    Adding an option to disable creating keys when enabling hiera-eyaml and
    hunner committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    29ca821 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Added gem_source param

    This allows custom Gem source to be used for eyaml install.
    acjohnson authored and Johnson Aaron committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    dcbcf61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from acjohnson/gem_source

    Added gem_source param to allow a custom Gem source used for eyaml
    hunner committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    959802a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2015

  1. Add gitignore

    tampakrap committed Feb 8, 2015
    Configuration menu
    Copy the full SHA
    a6d1720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5014ac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d102413 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2015

  1. Updates needed for new release.

    Dan Sajner authored and Dan Sajner committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    975abc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2015

  1. Merge pull request #49 from tampakrap/gitignore

    Add gitignore
    hunner committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    67f0e23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from covermymeds/v1.1.2

    Updates needed for new release.
    hunner committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    f529612 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50 from tampakrap/move_defaults

    move unconditional defaults from params to init
    hunner committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    5816874 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb916f1 View commit details
    Browse the repository at this point in the history
  5. Reformat parameters in README to be more readable

    This also brings the parameters in the README up to date.
    elyscape committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    a4275be View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2015

  1. Remove parameter docs from init.pp

    Parameter documentation is already in the README.
    elyscape committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    d5ca70e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from elyscape/doc/update_readme_params

    Reformat parameters in README to be more readable
    hunner committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    778122c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #56 from elyscape/doc/improve_changelog

    Restructure/reformat change log
    hunner committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    6010efb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. Merge pull request #51 from tampakrap/validate

    Validate the values of $merge_behavior
    hunner committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    e885d2a View commit details
    Browse the repository at this point in the history
  2. Release 1.2.0

    hunner committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    96de773 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59 from hunner/release_1.2.0

    Release 1.2.0
    hunner committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    8e7d30f View commit details
    Browse the repository at this point in the history
  4. adding puppetserver provider for new 3.7.x versions

    Terri Haber authored and hunner committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    c688ea7 View commit details
    Browse the repository at this point in the history
  5. provider is pe_puppetserver_gem

    Terri Haber authored and hunner committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    78e4c6d View commit details
    Browse the repository at this point in the history
  6. PE 3.7 also needs /opt/puppet/bin/eyaml, unfortunately I had to do an…

    … exec in params
    Terri Haber authored and hunner committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    e840de2 View commit details
    Browse the repository at this point in the history
  7. syntax

    Terri Haber authored and hunner committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    94287a0 View commit details
    Browse the repository at this point in the history
  8. Update readme and move exec

    hunner committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    f15842a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #58 from hunner/terrimonster-fix_37_prov

    Terrimonster fix 37 prov
    hunner committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    e2ca7c4 View commit details
    Browse the repository at this point in the history
  10. Add eyaml gem version param

    hunner committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    52887eb View commit details
    Browse the repository at this point in the history
  11. Merge pull request #60 from hunner/eyaml_version

    Add eyaml gem version param
    hunner committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    a40dfe1 View commit details
    Browse the repository at this point in the history