Commits on Apr 1, 2015

  1. Configuration menu
    Copy the full SHA
    15b4720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    782eac5 View commit details
    Browse the repository at this point in the history
  3. Adjustments

    mvisonneau committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    ed202eb View commit details
    Browse the repository at this point in the history
  4. Fixed lint warnings

    mvisonneau committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    d5c7073 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2015

  1. Bugfix for PE

    mvisonneau committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    71bfd01 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Cleanup Whitespace

    acidprime committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    89e657a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a8bd1 View commit details
    Browse the repository at this point in the history
  3. Add back RHEL Support in webhook

    Prior to this commit the webhook init script was updated to not
    support RHEL which is the main user case for this in PE. This
    commit adds a conditional to write the init script dynamically
    Zack Smith committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    a4f900a View commit details
    Browse the repository at this point in the history
  4. Fix Shell Syntax

    Prior to this commit we had the following issue with out init script
    
    `/etc/init.d/webhook: line 14: [: !-d: unary operator expected`
    Zack Smith committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    e1954ce View commit details
    Browse the repository at this point in the history
  5. Fix Shell Syntax

    Prior to this commit we had the following issue with out init script
    
    `/etc/init.d/webhook: line 14: [: !-d: unary operator expected`
    Zack Smith committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    499310b View commit details
    Browse the repository at this point in the history
  6. Fix instance var name

    Prior to this commit this code was written as a local var
    not an instance variable
    Zack Smith committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    ecd2041 View commit details
    Browse the repository at this point in the history
  7. Don't add undef symbols to config

    Prior to this commit we would write undef symbols to the serialized
    yaml file, this commit adds a test for that
    
    ```yaml
      public_key_path: !ruby/sym undef
       private_key_path: !ruby/sym undef
    ```
    Zack Smith committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    9382b10 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. Update reject

    Zack Smith committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    d505252 View commit details
    Browse the repository at this point in the history
  2. Replace reject with select

    Zack Smith committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    646914f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #150 from acidprime/foss_webhook

    Support of Puppet FOSS for Webhook
    acidprime committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    081eef5 View commit details
    Browse the repository at this point in the history
  4. Update README with approved template

    Zack Smith committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    44f61b7 View commit details
    Browse the repository at this point in the history
  5. Fix postrun_command param

    Prior to this commit we documented an invalid param, this command
    adds the include_postrun_command param on r10k to bring it line with
    the public declaration. This also removes the 'invalid' spec test
    as no one was in that state as they would not have been able to
    compile a catalog so its not a breaking change. However for any
    new users of the module I will likely require boolean in 3.0
    Zack Smith committed Apr 9, 2015
    1 Configuration menu
    Copy the full SHA
    a5dcc2a View commit details
    Browse the repository at this point in the history
  6. Update DOCs on new param

    Zack Smith committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    84b077f View commit details
    Browse the repository at this point in the history
  7. Add bootstrap notes

    Zack Smith committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    b235107 View commit details
    Browse the repository at this point in the history
  8. Fix code block

    Zack Smith committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    584529c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Update r10k version Fix #153

    Prior to this commit adrian was nice enough to fix a bug and
    he decided that 1.5.0 should have never been release so he yanked
    1.5.0 as it would not track branches. This caused people who use the
    default in the latest module to fail
    Zack Smith committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    80a093d View commit details
    Browse the repository at this point in the history
  2. Fix #154 install sinatra on PE & FOSS

    prior to this commit we moved the sinatra package
    to a conditional that only applied to FOSS this broke some PE
    installations
    Zack Smith committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    46b8a3b View commit details
    Browse the repository at this point in the history
  3. Fix #144

    Prior to this commit we did not manage the directory contents recursively
    . this commit adds the flag as it should not have an major performance issues
    as we currently don't rotate the logs
    Zack Smith committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    a21c426 View commit details
    Browse the repository at this point in the history
  4. Bump version

    Zack Smith committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    9a7ca79 View commit details
    Browse the repository at this point in the history