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/puppetlabs-stdlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-stdlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 25, 2012

  1. (maint) Fix spec failures resulting from Facter API changes

    Without this patch stdlib tests fail against Facter 2.x and master but
    not 1.6.x.
    
    This patch fixes the problem by initializing the example group
    differently depending on the version of Facter integrating into the
    system.  The adjusted methods are:
    
     1.x - Facter.collection.loader.load
     2.x - Facter.collection.load
    
    The collection actually implements the load method in both version, it's
    simply marked as private in 1.x.
    Jeff McCune committed Oct 25, 2012
    Configuration menu
    Copy the full SHA
    97f836f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/2.5.x/facter_loader' into 2.5.x

    * fix/2.5.x/facter_loader:
      (maint) Fix spec failures resulting from Facter API changes
    Jeff McCune committed Oct 25, 2012
    Configuration menu
    Copy the full SHA
    3f310ec View commit details
    Browse the repository at this point in the history
  3. Update Modulefile, CHANGELOG for 2.5.1

    Jeff McCune committed Oct 25, 2012
    Configuration menu
    Copy the full SHA
    1bb4c7a View commit details
    Browse the repository at this point in the history
Loading