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: 0.1.2
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: 0.1.3
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on May 25, 2011

  1. Add DS_Store to gitignore

    Jeff McCune committed May 25, 2011
    Configuration menu
    Copy the full SHA
    e757816 View commit details
    Browse the repository at this point in the history
  2. (#7657) Add basic validate_re function

    While developing Puppet Modules with class parameters, data from the
    user should be validated as per the Style Guide.  Puppet should fail
    early and hard in the situation of invalid data being passed into the
    module.
    
    This function provides a more concise method to the alternative of using
    if statements in the Puppet manifests.
    Jeff McCune committed May 25, 2011
    Configuration menu
    Copy the full SHA
    d381a5b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/master/7657_validate_re'

    * feature/master/7657_validate_re:
      (#7657) Add basic validate_re function
    Jeff McCune committed May 25, 2011
    Configuration menu
    Copy the full SHA
    5f65682 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG for 0.1.3 release

    Jeff McCune committed May 25, 2011
    Configuration menu
    Copy the full SHA
    46533ae View commit details
    Browse the repository at this point in the history
Loading