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: 4.8.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: 4.9.0
Choose a head ref
  • 20 commits
  • 22 files changed
  • 11 contributors

Commits on Aug 6, 2015

  1. allow match parameter to influence ensure => absent behavior.

    Split the `destroy` method of the file_type::ruby provider into two
    private methods:  `handle_destroy_line` which is the same as the previous
    `destroy` method, and `handle_destroy_with_match` which will destroy any
    line which matches the `match` parameter, raising an error if multiple
    lines match and the `multiple` parameter is not `true`.  This new
    behavior is only used if the new boolean parameter `match_for_absence`
    is `true` (it defaults to `false`).
    Johnson Earls committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    9bacf14 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Merge pull request #503 from puppetlabs/4.8.x

    Mergeback 4.8.x
    Morgan Haskel committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    605fffd View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. Merge pull request #499 from jearls/2370-use-match-for-ensure-absent

    [MODULES-2370] allow `match` parameter to influence `ensure => absent` behavior.
    bmjen committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    e84090d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2015

  1. (MODULES-2410) Add new functions dos2unix and unix2dos

    Nigel Gibbs committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    4cbe846 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #505 from gibbsoft/dos2unix

    (MODULES-2410) Add new functions dos2unix and unix2dos
    DavidS committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    1d89df9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. (MODULE-2456) Modify union to accept more than two arrays

    Add spec tests to test the new functionality:
     *Case for 3 arrays.
     *Case for 4 arrays.
    Modify README to note new functionality.
    
    This is for issue MODULE-2456, follow the precedent of MODULE-444.
    
    This change allows union to be much more useful, unioning many arrays
    in one line rather than in n lines. Additionally, as this is only added
    functionality, and does not affect the 2 array case that all modules
    currently using array are using, it should not affect any existing
    modules utilizing union.
    
    This is now useful, for example, for merging many arrays of resources
    (eg: packages.) to generate just one list with no duplicates, to avoid
    duplicate resource declarations.
    Jetroid committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    1d9189d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #507 from Jetroid/mod2456

    (MODULES-2456) Modify union to accept more than two arrays
    DavidS committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    24e57b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa23894 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #510 from DavidS/base64-unit-tests

    (MAINT) improve base64 unit tests
    Morgan Haskel committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    da0e063 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Add consistent *Type* information

    Remove trailing whitespace
    
    Two functions had not been given any *Type* information. This commit fixes that.
    Jetroid committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    ba345ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #512 from Jetroid/consistentreadme

    Consistent Readme
    DavidS committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    1bed010 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Adds a convert_base function, which can convert numbers between bases

    Squashed, improved docs, updated error handling and unit tests by David S.
    fhats authored and DavidS committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    2d4f5aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #514 from DavidS/add-convert_base

    Adds a convert_base function, which can convert numbers between bases
    tphoney committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    b109787 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2015

  1. (MODULES-2478) Support root_home fact on AIX through "lsuser" command

    Squashed, and amended test for comment lines.
    jfautley committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    6c2a003 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. Merge pull request #515 from jfautley/ticket/MODULES-2478-support_roo…

    …t_home_fact_on_AIX
    
    (MODULES-2478) Make root_home fact work on AIX using native lsuser command
    DavidS committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    9352db7 View commit details
    Browse the repository at this point in the history
  2. Add a new function "try_get_value"

    * Extracts a value from a deeply-nested data structure
    * Returns default if a value could not be extracted
    Dmitry Ilyin committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    823a352 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2015

  1. Merge pull request #513 from dmitryilyin/fetch

    Add a new function "try_get_value"
    DavidS committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    64267eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ef5c66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #517 from DavidS/try_get_value-acceptance

    (MAINT) fix up try_get_value acceptance test
    tphoney committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    6a1afae View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. Release Prep 4.9.0

    jonnytdevops committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    05c6587 View commit details
    Browse the repository at this point in the history
Loading