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.19.1
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.19.2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 11, 2017

  1. (#433) Reload Service[sensu_api] on RabbitMQ config changes

    Without this patch the Sensu API service doesn't reload itself when RabbitMQ
    configuration changes occur.  This patch addresses the problem by adding a
    relationship between the rabbitmq configuration class and the service resource.
    
    Note, both sensu::rabbitmq::config and sensu::redis::config are in the catalog
    regardless of which is actually being configured.
    
    Resolves #433
    jeffmccune committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    6e1f697 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #730 from jeffmccune/433_api_subscribes_to_rabbitmq

    (#433) Reload Service[sensu_api] on RabbitMQ config changes
    ghoneycutt authored Jul 11, 2017
    Configuration menu
    Copy the full SHA
    5f11e01 View commit details
    Browse the repository at this point in the history
  3. Release v2.19.2

    Reload Service[sensu_api] on RabbitMQ config changes
    ghoneycutt committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    73f4d77 View commit details
    Browse the repository at this point in the history
Loading