Commits on Mar 8, 2015

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

Commits on Mar 11, 2015

  1. Merge pull request #162 from duritong/master

    make it future parser compatible
    tphoney committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    2ee1d62 View commit details
    Browse the repository at this point in the history
  2. Remove extraneous spaces. Update tests to reflect change.

    tlimoncelli@stackexchange.com committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    bd412f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #165 from mhaskel/merge_1.2.x_to_master

    Merge 1.2.x to master
    jonnytdevops committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    e36e6f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Merge pull request #167 from StackExchange/remove_extra_space2

    Remove extraneous spaces. Update tests to reflect change.
    cyberious committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    e06cc63 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. Update tests for rspec-puppet 2.0 + future parser

    This patch updates raise_error and params_value to use `catalogue`
    instead of `subject` since the contents of `subject` aren't evaluated
    the way they used to be. Also, since the future parser considers empty
    string to be a truthy value, and then interprets two incompatible
    parameters to both be set if one is an empty string, it removes the
    unset ipaddress parameter from one of the tests. Finally, it unpins
    rspec-puppet.
    Colleen Murphy committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    eef121e View commit details
    Browse the repository at this point in the history
  2. Remove unneeded dependencies

    puppetlabs_spec_helper handles these dependencies for us.
    Colleen Murphy committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    db56dda View commit details
    Browse the repository at this point in the history
  3. Ensure lint fails on warnings

    Colleen Murphy committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    941796f View commit details
    Browse the repository at this point in the history
  4. Keep testing on puppet 2.7

    The modulesync config repo is dropping universal support for puppet
    2.7, but individual repos should still keep support until the next
    naturally-occuring major release.
    Colleen Murphy committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    1da1355 View commit details
    Browse the repository at this point in the history
  5. Update .travis.yml

    This commit makes the following changes to the test matrix:
    
    - Runs tests on ruby 2.1.5 instead of 2.0.0
    - Runs tests on ruby 1.8.7 with puppet 3.x
    - Adds an environment to run on an intermediate 3.x puppet version
      instead of latest (specifically 3.4.x)
    - Adds an environment to run with the future parser on latest puppet.
      This would affect the test runs for the validate and spec checks.
    - Runs the tests on docker
    Colleen Murphy committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    df74719 View commit details
    Browse the repository at this point in the history
  6. (BKR-147) add Gemfile setting for BEAKER_VERSION for puppet...

    puppetdb, etc
    
    - support for BEAKER_VERSION and BEAKER_RSPEC_VERSION in gemfile
    Alice Nodelman committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    8dbfa37 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. Merge pull request #169 from anodelman/master

    (BKR-147) add Gemfile setting for BEAKER_VERSION for puppet...
    justinstoller committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    8790b5e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Merge pull request #168 from cmurphy/rspec-puppet-2

    (WIP) Testing updates
    jonnytdevops committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    9574370 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2015

  1. Implement options as array of hashes so order is preserved

    Fixes https://tickets.puppetlabs.com/browse/MODULES-1317. See also the
    discussion in PR #171.
    
    Frontend, backend and listen options are specified via the
    `haproxy::frontend::options`, `haproxy:backend::options` and
    `haproxy::listen::options` parameters. Until now this `options`
    parameter was a hash, which means it had to be sorted before processing
    it in the `_options.erb` template fragment (since Ruby 1.8.x has
    non-deterministic hash key ordering).
    
    This clashes with the fact that in HAProxy's configuration order matters.
    
    With this change we allow the `options` parameter to be either a hash,
    like before, or an array of hashes, where each hash represents a
    frontend, backend or listen option and its value. This way the order in
    which options will appear in the final configuration file can be
    controlled entirely by the user.
    
    This change is completely backwards compatible and contains updated spec
    tests and documentation.
    antaflos committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    d9dd15a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from antaflos/options-as-array-of-hashes

    Implement `options` as array of hashes so order is preserved
    hunner committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    ea48e0b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

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

Commits on Apr 17, 2015

  1. gentoo compatibility

    fixing lint issues
    tphoney committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    b9e58e4 View commit details
    Browse the repository at this point in the history
  2. adding unit tests, removing official support.

    tphoney committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    7edeb39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #179 from tphoney/gentoo_135

    gentoo compatibility
    hunner committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    33ceaf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Merge commit '33ceaf932fb694e54fc3d917580e2c89e40f0ae7'

    * commit '33ceaf932fb694e54fc3d917580e2c89e40f0ae7':
      adding unit tests, removing official support.
      gentoo compatibility
    melan committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    0187e63 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Merge pull request #178 from melan/master

    Adds documentation to peer and peers resource types
    tphoney committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    ed4afef View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. Update params.pp

    voroniys committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    ee82979 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. sync via modulesync

    Morgan Haskel committed May 6, 2015
    Configuration menu
    Copy the full SHA
    79c1458 View commit details
    Browse the repository at this point in the history
  2. sync via modulesync

    Morgan Haskel committed May 6, 2015
    Configuration menu
    Copy the full SHA
    5de6c34 View commit details
    Browse the repository at this point in the history
  3. beaker gemfile fixes

    Morgan Haskel committed May 6, 2015
    Configuration menu
    Copy the full SHA
    a33a052 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. Merge pull request #181 from puppetlabs/modulesync_updates

    Modulesync updates
    bmjen committed May 7, 2015
    Configuration menu
    Copy the full SHA
    d89fad1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. Rewrite README per DOC-1499

    1. Remove any "what this affects" sections, except where particularly warranted.
    2. Make sure that for each parameter, where applicable, there is a data type and a default value.
    3. Make sure that for each parameter that's applicable, there is a note if the parameter is optional.
    4. Make sure the links in the README work and are accurate.
    5. Update the link in the Contributing section to point here: https://docs.puppetlabs.com/forge/contributing.html
    6. General copyediting.
    psoloway committed May 12, 2015
    Configuration menu
    Copy the full SHA
    0874c82 View commit details
    Browse the repository at this point in the history
  2. Apply changes from @hunner

    Add Usage subsections back to the table of contents
    Add back language syntax highlighting to fenced code blocks.
    psoloway committed May 12, 2015
    Configuration menu
    Copy the full SHA
    4c79f01 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #182 from psoloway/readme

    Rewrite README per DOC-1499
    hunner committed May 12, 2015
    Configuration menu
    Copy the full SHA
    6da0a5b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2015

  1. Merge pull request #180 from voroniys/master

    Add Suse to list of supported OSes
    tphoney committed May 15, 2015
    Configuration menu
    Copy the full SHA
    cc701ae View commit details
    Browse the repository at this point in the history
  2. ignore the log directory

    tphoney committed May 15, 2015
    Configuration menu
    Copy the full SHA
    3988b38 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #183 from tphoney/ignore_log

    ignore the log directory
    jonnytdevops committed May 15, 2015
    Configuration menu
    Copy the full SHA
    e6bd52b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

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

Commits on Jun 4, 2015

  1. changes to fix puppet4 unit tests

    tphoney committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    cf2fc93 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #185 from tphoney/puppet4_unittest

    changes to fix puppet4 unit tests
    hunner committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    346c213 View commit details
    Browse the repository at this point in the history
  3. relax unit test for puppet 2.7

    need to allow both commands to run more than once
    tphoney committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    c1bf471 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #186 from tphoney/puppet27_relax_unittest

    relax unit test for puppet 2.7
    DavidS committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    611cecb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2015

  1. Configuration menu
    Copy the full SHA
    b7c2539 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #184 from puppetlabs/travisci_update

    Updated travisci file to remove allow_failures on Puppet 4
    DavidS committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    8b25a7b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2015

  1. Configuration menu
    Copy the full SHA
    6512813 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #187 from justinstoller/maint/master/set-puppet-ve…

    …rsion
    
    (maint) allow setting PUPPET_VERSION in acceptance
    Morgan Haskel committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    6bca1f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

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

Commits on Jun 15, 2015

  1. Merge pull request #188 from hunner/add_helper

    Add helper to install puppet/pe/puppet-agent
    bmjen committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    fc13a7e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2015

  1. Release 1.3.0

    hunner committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    49b1ba7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from hunner/release_1.3.0

    Release 1.3.0
    Morgan Haskel committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    5a65220 View commit details
    Browse the repository at this point in the history