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

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    eb21d8a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    e7ac23d View commit details
    Browse the repository at this point in the history
  2. Fix a circular loading issue with mongodb::repo

    mongodb::globals includes mongodb::repo
    mongodb::repo inherits from mongodb::params
    mongodb::params inherits from globals
    
    We work around this by removing the inheritance from mongodb::repo and
    requiring explicit parameters. We then pass in the parameters explicitly
    in mongodb::globals. Since repo is a private class this shouldn't be
    considered breaking an API. While we're at it we add types to the
    parameters we change.
    
    Fixes #428
    ekohl committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    be2ffe6 View commit details
    Browse the repository at this point in the history
  3. Ensure the yumrepo is absent

    Rather than disabling it, we should actually remove it. This is cleaner.
    ekohl committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    432e852 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2018

  1. modulesync 1.9.3

    bastelfreak committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    f9f3be5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #475 from voxpupuli/modulesync

    modulesync 1.9.3
    bastelfreak authored Jul 15, 2018
    Configuration menu
    Copy the full SHA
    fcff6c0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #474 from ekohl/repo-fixes

    Fix a circular loading issue with mongodb::repo
    bastelfreak authored Jul 15, 2018
    Configuration menu
    Copy the full SHA
    ef84654 View commit details
    Browse the repository at this point in the history
  4. release 2.2.2

    bastelfreak committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    e1cee46 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Merge pull request #476 from bastelfreak/rel222

    release 2.2.2
    bastelfreak authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    28b93ac View commit details
    Browse the repository at this point in the history
Loading