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.6
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: v0.1.7
Choose a head ref
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Jun 20, 2011

  1. Remove metadata.json from repository

    This file is generated from the puppet-module build command and should
    not be included in the repository.  If it is, the repository is not
    directly usable on a Puppet master because the metadata.json is invalid.
    Jeff McCune committed Jun 20, 2011
    Configuration menu
    Copy the full SHA
    c642cf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2011

  1. (#8010) Add getvar() rvalue function

    This isn't directly related to #8010, but rather indirectly fills the
    need to allow the end user to configure where data values are looked up.
    
    This allows the namespace to be passed as a class parameter.  A module
    may then quickly and easily look up data from the user-defined
    namespace.
    Jeff McCune committed Jun 21, 2011
    Configuration menu
    Copy the full SHA
    2bca41a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2011

  1. Merge branch 'ticket/master/8010_getvar_function'

    * ticket/master/8010_getvar_function:
      (#8010) Add getvar() rvalue function
    Jeff McCune committed Jun 22, 2011
    Configuration menu
    Copy the full SHA
    de24342 View commit details
    Browse the repository at this point in the history
  2. (#8010) Add validate_hash function

    This function validates all passed variables are hashes.  This is
    similar to the validate_bool function and is copied from it.
    Jeff McCune committed Jun 22, 2011
    Configuration menu
    Copy the full SHA
    4c00cfc View commit details
    Browse the repository at this point in the history
  3. (#8010) Add validate_hash spec tests

    These tests run through a number of example cases and exercise the
    behavior of the validate_hash function.
    
    To run, simple execute rspec validate_hash_spec.rb
    Jeff McCune committed Jun 22, 2011
    Configuration menu
    Copy the full SHA
    08882cc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ticket/master/8010_validate_hash_function'

    * ticket/master/8010_validate_hash_function:
      (#8010) Add validate_hash spec tests
      (#8010) Add validate_hash function
    Jeff McCune committed Jun 22, 2011
    Configuration menu
    Copy the full SHA
    f036fbb View commit details
    Browse the repository at this point in the history
  5. Update README with getvar() and validate_hash()

    The README now provides quick examples of how to take advantage of the
    getvar() and validate_hash() functions included in this release of the
    stdlib.
    Jeff McCune committed Jun 22, 2011
    Configuration menu
    Copy the full SHA
    0ea7a0f View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG and version for 0.1.7

    Jeff McCune committed Jun 22, 2011
    Configuration menu
    Copy the full SHA
    a6ed9fb View commit details
    Browse the repository at this point in the history
Loading