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: puppetlabs/influxdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: puppetlabs/influxdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 8 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 3, 2022

  1. Check use_ssl is not nil

    If use_ssl is nil use default otherwise use the param passed in. The old logic would always end up setting use_ssl to being true
    ryanjbull authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    8dd752d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d26964 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from ryanjbull/patch-1

    Check use_ssl is not nil
    m0dular authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    7a800f3 View commit details
    Browse the repository at this point in the history
  4. Use module data for shared defaults

    This commit moves the defaults for some class parameters to module data.
    These params may be shared between classes and modules, namely:
    
    * host
    * port
    * default org
    * default bucket
    
    It also moves the influxdb::install to influxdb, since it is the only
    Puppet class and we can use APL for the above defaults
    m0dular committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    b583c36 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Update default bucket name

    m0dular committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    bb8decc View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Merge pull request #14 from m0dular/module_data

    Use module data for shared defaults
    MartyEwings authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    8991785 View commit details
    Browse the repository at this point in the history
  2. Release prep v0.2.1

    GitHub Action committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    662c6ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from puppetlabs/release-prep

    Release prep v0.2.1
    m0dular authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    c38c3ae View commit details
    Browse the repository at this point in the history
Loading