Commits on Jan 22, 2014

  1. Fix ordering of options changing

    The order of the options kept changing on each puppet run for me. Adding the sort makes the order consistent on each puppet run.
    lboynton committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    ed1d9c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2014

  1. Remove warnings when storeconfigs is not being used

    Added a defined type to collect exported resources, this is to prevent
    parser warnings when storeconfigs is not being used (i.e when using
    simple puppet apply with no PuppetDB)
    yasn77 committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    5099b35 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2014

  1. haproxy::userlist resource

    kitchen committed May 27, 2014
    Configuration menu
    Copy the full SHA
    bde1970 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. Merge pull request #86 from mhaskel/0.5.0-prep

    Prepare for 0.5.0 release.
    Ashley Penney committed May 28, 2014
    Configuration menu
    Copy the full SHA
    c78c84d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2014

  1. Merge pull request #69 from lboynton/patch-1

    Fix ordering of options changing
    hunner committed May 30, 2014
    Configuration menu
    Copy the full SHA
    a4f8f2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81 from yasn77/master

    Remove warnings when storeconfigs is not being used
    hunner committed May 30, 2014
    Configuration menu
    Copy the full SHA
    a7e30da View commit details
    Browse the repository at this point in the history
  3. Fix the mkdir for moduledir

    hunner committed May 30, 2014
    Configuration menu
    Copy the full SHA
    d23e468 View commit details
    Browse the repository at this point in the history
  4. Add chroot ownership

    hunner committed May 30, 2014
    Configuration menu
    Copy the full SHA
    9013cf5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #88 from hunner/fix_mkdir

    Fix the mkdir for moduledir
    hunner committed May 30, 2014
    Configuration menu
    Copy the full SHA
    dff6f01 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #87 from hunner/fix_perms

    Add chroot ownership
    hunner committed May 30, 2014
    Configuration menu
    Copy the full SHA
    4d8cdae View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. Configuration menu
    Copy the full SHA
    c2e416f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from 3dna/userlist

    haproxy::userlist resource
    hunner committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    2199ec8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. Add custom_fragment parameter

    The parameters are often limited in what they can express. this allows
    custom templates to be used for the configuration
    hunner committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    0dd560c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from hunner/add_config

    Add custom_fragment parameter
    hunner committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    a85f1aa View commit details
    Browse the repository at this point in the history
  3. Reduce template code duplication

    The listen template is essentially just a combination of
    frontend/backends in haproxy, and lots of code was duplicated between
    the three templates. This commit moves the stanzas into fragments.
    hunner committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    87c0314 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #91 from hunner/fragment_templates

    Reduce template code duplication
    hunner committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    f119b01 View commit details
    Browse the repository at this point in the history
  5. Avoid mixing up backend servers

    If an haproxy::listen and haproxy::backend have the same name, their
    order will be `20-<name>-00` and concat ordering will be mixed up. The
    haproxy::balancermember resource uses this ordering to add backend
    servers to a listen/backend block (with the order `20-<name>-01`) and
    this is the least-impactful way to avoid balancer members from being
    cross-associated without introducing backwards-incompatible changes.
    hunner committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    2829ce1 View commit details
    Browse the repository at this point in the history
  6. Define each server/port combination on its own line

    When referencing
    http://cbonte.github.io/haproxy-dconv/configuration-1.4.html#5 and
    http://cbonte.github.io/haproxy-dconv/configuration-1.4.html#server it
    does not appear that having multiple address/port combinations on one
    line is officially supported, and indeed the "check" option only applies
    to the first port, not later ones.
    
    This commit breaks each server into its own line.
    hunner committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    451edd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2014

  1. Merge pull request #93 from hunner/fix_backend_port

    Define each server/port combination on its own line
    hunner committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    ef8316d View commit details
    Browse the repository at this point in the history
  2. Add bind_options for frontends

    Bind options are available for listen resources, but not for frontend
    services, but they should be.
    
    Closes #64
    hunner committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    fc1166f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #94 from hunner/bind_options

    Add bind_options for frontends
    hunner committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    adf59af View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2014

  1. Configuration menu
    Copy the full SHA
    f718b5c View commit details
    Browse the repository at this point in the history
  2. Correctly privetize define

    hunner committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    ade3c23 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2014

  1. Merge pull request #96 from hunner/update_readme

    Update the readme to look something like the readme template
    hunner committed Jul 1, 2014
    Configuration menu
    Copy the full SHA
    3270ece View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95 from hunner/private_define

    Correctly privetize define
    hunner committed Jul 1, 2014
    Configuration menu
    Copy the full SHA
    32de3b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #92 from hunner/mix_backends

    Avoid mixing up backend servers
    hunner committed Jul 1, 2014
    Configuration menu
    Copy the full SHA
    65c9962 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2014

  1. Update specs with lots of test cases

    The C\d{4} numbers are for our internal test tracking.
    hunner committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    fa6e2aa View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2014

  1. Merge pull request #97 from hunner/update_specs

    Update specs with lots of test cases
    hunner committed Jul 5, 2014
    Configuration menu
    Copy the full SHA
    3d3613d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2014

  1. Fix puppet-lint tests

    velothump committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    05f147a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from adamgraves85/fix/lint

    Fix puppet-lint tests
    Morgan Haskel committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    9a6b212 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Prepare a 0.5.1 release.

    Ashley Penney committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    95a1ffe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from apenney/051-release

    Prepare a 0.5.1 release.
    hunner committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    239e754 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Fix the metadata after build

    hunner committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    4f228fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from puppetlabs/fix_metadata

    Fix the metadata after build
    Ashley Penney committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    7022305 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Configuration menu
    Copy the full SHA
    10eb90a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #103 from hunner/patch_specs

    Update specs to work on more operatingsystems
    Ashley Penney committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    5c6e920 View commit details
    Browse the repository at this point in the history
  3. Update README for clarity and adherence to the style guide

    Flesh out sections for completeness and clarity. Updated the TOC. Update the examples for adherence to the style guide.
    Lauren Rother authored and hunner committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    6beef5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b393d4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #104 from hunner/readme

    Readme
    hunner committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    55430b9 View commit details
    Browse the repository at this point in the history
  6. dont assume foss paths

    justinstoller committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    e9b999f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #105 from justinstoller/maint/master/hiera_conf_loc

    dont assume foss paths for hiera.yaml
    hunner committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    191d125 View commit details
    Browse the repository at this point in the history
  8. Only support PE 3.3.x

    hunner committed Jul 17, 2014
    1 Configuration menu
    Copy the full SHA
    8ef015e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #106 from hunner/fix_comp

    Only support PE 3.3.x
    justinstoller committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    8007cb5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f94bb2b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #107 from hunner/patch_specs

    Add checks for passive failover and PE module paths
    hunner committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    43515e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d6be927 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #108 from hunner/redhat_userlist

    Disable userlist tests on rhel5 osfamily
    hunner committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    98741fc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. Configuration menu
    Copy the full SHA
    769cd4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from hunner/patch_specs

    Add backports for debian testing
    hunner committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    2dc1ec9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    546b68e View commit details
    Browse the repository at this point in the history