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: voxpupuli/puppet-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1bc8bfdf20c2b89f3169a211d63cfd6b986c93cb
Choose a base ref
...
head repository: voxpupuli/puppet-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.0
Choose a head ref
  • 8 commits
  • 17 files changed
  • 1 contributor

Commits on May 1, 2012

  1. Update npm to handle global vs. local packages.

    This update enhances the module to support global and local npm
    packages. package { .. provider => npm, } manages global npm packages,
    while nodejs::npm resource type support local npm packages.
    nanliu committed May 1, 2012
    1 Configuration menu
    Copy the full SHA
    237ea52 View commit details
    Browse the repository at this point in the history
  2. Add dependency for nodejs::npm resource type.

    npm commands depends on the installation of nodejs.
    nanliu committed May 1, 2012
    Configuration menu
    Copy the full SHA
    4680c90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e67a97e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0f9e95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b75cc3 View commit details
    Browse the repository at this point in the history
  6. Add rakefile for convenience.

    nanliu committed May 1, 2012
    Configuration menu
    Copy the full SHA
    773b9a2 View commit details
    Browse the repository at this point in the history
  7. Add spec tests for npm package provider.

    Provide basic spec test for npm package provider.
    nanliu committed May 1, 2012
    Configuration menu
    Copy the full SHA
    79f2815 View commit details
    Browse the repository at this point in the history
  8. Fix Modulefile dependency.

    The Modulefile had an incorrect dependency on stdlib when it should have
    a dependency on puppetlabs/apt.
    nanliu committed May 1, 2012
    Configuration menu
    Copy the full SHA
    b156135 View commit details
    Browse the repository at this point in the history
Loading