Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sensu/sensu-puppet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.31.0
Choose a base ref
...
head repository: sensu/sensu-puppet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.32.0
Choose a head ref
  • 9 commits
  • 13 files changed
  • 3 contributors

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    dea4545 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #794 from ghoneycutt/760_rabbitmq_moved_to_voxpupuli

    (GH-760) Document rabbitmq's move to Voxpupuli
    ghoneycutt authored Aug 14, 2017
    Configuration menu
    Copy the full SHA
    bc6ad20 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. (#783) Add sensu::check content parameter, use sensu::write_json

    Without this patch arbitrary to-level configuration scope items cannot be
    managed in a sensu check.  This patch addresses the problem by adding a
    `content` parameter to the sensu::check defined type.
    
    This patch changes the defined type to pass a JSON object to sensu::write_json
    instead of passing each named property to the sensu_check custom type.
    `sensu::write_json` is used to ensure all attributes in a configuration file are
    manageable and arbitrary attributes need only be placed in the `content` hash
    map.
    
    The ultimate goal of this work is to eliminate the `custom` parameter and
    eventually refactor all defined types in the Puppet module to use
    sensu::write_json and this approach.
    
    Resolves #783
    jeffmccune committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    e79df12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56b0db5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #796 from ghoneycutt/566_add_code_of_conduct

    (GH-566) Add Code of Conduct
    ghoneycutt authored Aug 15, 2017
    Configuration menu
    Copy the full SHA
    ee9648a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb9152a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #797 from ghoneycutt/566_add_pull_request_template

    (GH-566) Add pull request template
    ghoneycutt authored Aug 15, 2017
    Configuration menu
    Copy the full SHA
    438fbaa View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Merge pull request #785 from jeffmccune/783_sensu_check_write_json

    (#783) Add sensu::check content parameter, use sensu::write_json
    ghoneycutt authored Aug 18, 2017
    Configuration menu
    Copy the full SHA
    cafa78d View commit details
    Browse the repository at this point in the history
  2. Release v2.32.0

    ghoneycutt committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    49b057e View commit details
    Browse the repository at this point in the history
Loading