Commits on Feb 6, 2016

  1. Add deep_merge support. Fixes GH-38 and GH-62

    Joseph Yaworski committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    a241e42 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Merge pull request #103 from jyaworski/add_deep_merge_support

    Add deep_merge support. Fixes GH-38 and GH-62
    hunner committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    2e5c71a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb36404 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #116 from hunner/eyaml_name

    Allow arbitrary name for hiera-eyaml
    hunner committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    9bcfa33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    204b734 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #117 from hunner/gem_smush

    Merge the package management code into one define.
    hunner committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    f47b1a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Allow managing of hiera package

    Joseph Yaworski committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    275f742 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from jyaworski/manage_package

    Allow managing of the hiera package
    hunner committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    c691a2b View commit details
    Browse the repository at this point in the history
  3. GH-92: Default to undef for hierarchy on puppet 4+

    Joseph Yaworski committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    aecf3d9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #119 from jyaworski/hierarchy_defaults

    GH-92: Default to undef for hierarchy on puppet 4+
    hunner committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    2bcc7b3 View commit details
    Browse the repository at this point in the history
  5. Remove custom eyaml package from test

    This package doesn't actually exist, so causes tests to fail.
    hunner committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    48654ae View commit details
    Browse the repository at this point in the history
  6. Merge pull request #120 from hunner/fix_acceptance

    Remove custom eyaml package from test
    hunner committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    195771b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. proper name for master_service attribute

    Martin Alfke committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    2ca529e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    503690e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #121 from tuxmea/fix_documentation_masterservice

    proper name for master_service attribute
    hunner committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    ce00602 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. Release 2.1.0

    hunner committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    52b45cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from arineng/eyaml_gpg2

    adding ability to use eyaml_gpg on RHEV based systems
    hunner committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    a219f10 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Configuration menu
    Copy the full SHA
    421eb7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #125 from hunner/fix_foss_pserver

    Allow puppetserver to be used with foss P3
    hunner committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    0c5de1d View commit details
    Browse the repository at this point in the history
  3. Lint comma

    hunner committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    2a9a921 View commit details
    Browse the repository at this point in the history
  4. Fix unit test version formatting

    I don't always commit straight to master, but when I do I only change
    files that won't impact production... hopefully.
    hunner committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    588e760 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. Update from voxpupuli modulesync_config

    Joseph Yaworski committed May 1, 2016
    Configuration menu
    Copy the full SHA
    8a05a98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #131 from voxpupuli/modulesync

    Update from voxpupuli modulesync_config(0.5.1)
    bastelfreak committed May 1, 2016
    Configuration menu
    Copy the full SHA
    9a3b22c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Add new eyaml_pkcs7_public/private_key params

    This commit adds two new optional parameters.
    These are eyaml_pkcs7_public_key and eyaml_pkcs7_private_key.
    
    If specified, the values will be used in the generated hiera.yaml file.
    If not given, behaviour remains unchanged and the keys are assumed to be
    in the 'keysdir' directory.
    
    This change allows more complicated hiera eyaml configuration.  For
    example, my current manually configured hiera.yaml contains...
    ```
    :eyaml:
      :pkcs7_private_key: /etc/puppet/keys/%{::product}/private_key.pkcs7.pem
      :pkcs7_public_key:  /etc/puppet/keys/public/%{::product}_key.pkcs7.pem
    ```
    
    I have multiple sets of keys, (one pair per 'product'), and the private
    and public keys aren't in the same directory.
    alexjfisher committed May 2, 2016
    Configuration menu
    Copy the full SHA
    66405ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #127 from alexjfisher/eyaml_keys

    Add new eyaml_pkcs7_public/private_key params
    jyaworski committed May 2, 2016
    Configuration menu
    Copy the full SHA
    6c16819 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Configuration menu
    Copy the full SHA
    56e5c2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #130 from treydock/master

    Fix issue where find returns exit code 0 regardless of a regex match
    jyaworski committed May 5, 2016
    Configuration menu
    Copy the full SHA
    15baedd View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. Configuration menu
    Copy the full SHA
    14da5f5 View commit details
    Browse the repository at this point in the history
  2. reformat CHANGELOG.md

    we need a certain format for our release process
    bastelfreak committed May 21, 2016
    Configuration menu
    Copy the full SHA
    d37ceac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3645ca5 View commit details
    Browse the repository at this point in the history
  4. add secret to .travis.yml

    bastelfreak committed May 21, 2016
    Configuration menu
    Copy the full SHA
    06558f2 View commit details
    Browse the repository at this point in the history
  5. add .sync.yml

    bastelfreak committed May 21, 2016
    Configuration menu
    Copy the full SHA
    066f06e View commit details
    Browse the repository at this point in the history
  6. replace jruby with ruby 1.9.3

    we dropped jruby in voxpupuli modulesync.
    bastelfreak committed May 21, 2016
    Configuration menu
    Copy the full SHA
    b31864f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #123 from voxpupuli/release_2.1.0

    Release 2.1.0
    igalic committed May 21, 2016
    Configuration menu
    Copy the full SHA
    af30d09 View commit details
    Browse the repository at this point in the history