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: voxpupuli/puppet-telegraf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: voxpupuli/puppet-telegraf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.2
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 10, 2016

  1. Configuration menu
    Copy the full SHA
    9f8a60a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from ntent-ashton/master

    Now sorting hashes so they don't jumble on every puppet run + properly printing arrays
    yankcrime committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    02c023f View commit details
    Browse the repository at this point in the history
  3. SIGHUP the telegraf process on configuration change

    This commit ensures that any configuration changes made after Telegraf
    has been started are picked up by the agent.
    
    Fixes #4.
    yankcrime committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    ce70922 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from datacentred/config_reload

    SIGHUP the telegraf process on configuration change
    yankcrime committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    4f9726a View commit details
    Browse the repository at this point in the history
  5. Refactor install class to handle manage_repo being set to false

    This commit lightly refactors the install class so that Puppet doesn't
    fail when `manage_repo` is set to `false`.
    
    Fixes #7.
    yankcrime committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    388cdbd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8 from datacentred/install_class_refactor

    Refactor install class to handle manage_repo being set to false
    yankcrime committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    42b8008 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. Bump version of module to 1.1.2

    This commit bumps the version of the module to 1.1.2, which includes
    bugfixes for repo / package management and template fixes so that it
    works under CentOS / RHEL 6.
    yankcrime committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    082a7b4 View commit details
    Browse the repository at this point in the history
Loading