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: v2.2.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: v2.1.2
Choose a head ref
  • 10 commits
  • 16 files changed
  • 2 contributors

Commits on Aug 18, 2011

  1. Docs: Improve example in merge function

    This commit replaces the example in the merge function with a much clearer
    one. It also mentions that the rightmost value wins in the event of duplicated
    hash keys.
    Jeff McCune authored and nfagerlund committed Aug 18, 2011
    Configuration menu
    Copy the full SHA
    27c3b64 View commit details
    Browse the repository at this point in the history
  2. Docs: Update file_line documentation

    This commit clarifies the behavior of the file_line resource type.
    Jeff McCune authored and nfagerlund committed Aug 18, 2011
    Configuration menu
    Copy the full SHA
    0594aa9 View commit details
    Browse the repository at this point in the history
  3. Docs: Update documentation of stdlib classes

    This commit edits the puppetdoc text of the stdlib and stdlib::stages classes
    to remove redundancy and add additional information.
    nfagerlund committed Aug 18, 2011
    Configuration menu
    Copy the full SHA
    fa2fde6 View commit details
    Browse the repository at this point in the history
  4. Docs: Correct indentation of markdown code examples

    Code examples in several function doc strings were only indented by two
    spaces, which would not result in proper display when rendered as HTML. This
    commit corrects the indentation to four spaces.
    nfagerlund committed Aug 18, 2011
    Configuration menu
    Copy the full SHA
    400b91a View commit details
    Browse the repository at this point in the history
  5. Docs: Copyedit function doc strings

    This commit makes several minor consistency and wording edits to the doc
    strings of the stdlib functions.
    nfagerlund committed Aug 18, 2011
    Configuration menu
    Copy the full SHA
    4b5dfcc View commit details
    Browse the repository at this point in the history
  6. Docs: Remove author emails from stdlib functions

    Author email addresses were included in the doc strings for some (but not all)
    stdlib functions. This commit removes them in the interest of consistency.
    nfagerlund committed Aug 18, 2011
    Configuration menu
    Copy the full SHA
    9e87fd1 View commit details
    Browse the repository at this point in the history
  7. Docs: Clarify the use case for the anchor type

    This commit tweaks the docs for the anchor resource type to give more context
    for its existence.
    nfagerlund committed Aug 18, 2011
    Configuration menu
    Copy the full SHA
    8e770b0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16 from nfagerlund/docs/v2.0.0/XXXX_function_doc_…

    …updates
    
    Docs/v2.0.0/xxxx function doc updates
    Jeff McCune committed Aug 18, 2011
    Configuration menu
    Copy the full SHA
    bdba42d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2011

  1. (maint) Add semantic versioning info to README

    This patch adds semantic versioning information to the README of this
    module.  This information is missing and unclear without this patch.
    This should help clarify the support matrix for the Standard Library as
    it relates to Puppet Enterprise released versions.
    Jeff McCune committed Dec 30, 2011
    Configuration menu
    Copy the full SHA
    a8d4bbd View commit details
    Browse the repository at this point in the history
  2. Update Modulefile CHANGELOG for v2.1.2 release

    Jeff McCune committed Dec 30, 2011
    Configuration menu
    Copy the full SHA
    842b0aa View commit details
    Browse the repository at this point in the history
Loading