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: 0.6.1
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.7.0
Choose a head ref
  • 20 commits
  • 8 files changed
  • 11 contributors

Commits on Mar 14, 2014

  1. fix requires for proxy config when on ubuntu #51

    Proxy config fails on ubuntu when using the managed repo #51
    sfc-gh-eraigosa committed Mar 14, 2014
    1 Configuration menu
    Copy the full SHA
    0d37dae View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2014

  1. Configuration menu
    Copy the full SHA
    45f952e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2014

  1. add archlinux support

    Filirom1 committed Sep 28, 2014
    Configuration menu
    Copy the full SHA
    10e212e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2014

  1. Merge pull request #90 from Filirom1/master

    Add Archlinux support
    cmurphy committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    a0a26d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. FM-1523: Added module summary to metadata.json

    jbondpdx committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    459d244 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Parameterize package names

    This adds parameters for the following packages:
    * node_pkg
    * npm_pkg
    * dev_pkg
    
    For backwards-compatibility, I have left the `dev_package` boolean name
    intact.
    
    Added a little more documentation.
    
    Noted that this has been tested on Red Hat Enterprise Linux 6.
    
    Update tests:
    * Default to 'false' for `dev_package` on RHEL and derivatives (including
    Fedora and Amazon).
    * Add tests for RHEL and derivatives:
      * when `node_pkg` is defined
      * when `node_pkg` and `npm_pkg` are defined
    skpy committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    ad8cdfa View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Fix typo in README.md

    zorbash committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    3aaf004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d601a5 View commit details
    Browse the repository at this point in the history
  3. Fix RSpec tests

    atrepca committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    20bade5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2014

  1. Merge pull request #98 from Zorbash/patch-1

    Fix typo in README.md
    cmurphy committed Dec 12, 2014
    Configuration menu
    Copy the full SHA
    741fa84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from atrepca/master

    Replace Chris Lea's PPA with the Nodesource repo
    cmurphy committed Dec 12, 2014
    Configuration menu
    Copy the full SHA
    02186af View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

  1. Add max_nesting parameter to npm list json parse

    Json parsing faild due to too deep nesting, and this made the install check fail. This caused the packages to be reinstalled  on each run.
    
    Hard coded to 100
    
    ==> default: Debug: Executing '/usr/bin/npm list --json --global'
    ==> default: Debug: Error: npm list --json command error nesting of 20 is too deep
    ==> default: Debug: Executing '/usr/bin/npm install --global bower'
    rangoy committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    c08af4b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. Merge pull request #95 from jbondpdx/master

    FM-1523: Added module summary to metadata.json
    Morgan Haskel committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    ea2830f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2014

  1. merge master

    skpy committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    52d5752 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #97 from skpy/sdm-01

    Parameterize package names
    cmurphy committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    0039335 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. Merge pull request #70 from wenlock/master

    fix requires for proxy config when on ubuntu #51
    Morgan Haskel committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    064f78d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from jlambert121/puppet_vers

    updated travis to current versions of puppet
    Morgan Haskel committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    128b0fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #101 from rangoy/patch-1

    Add max_nesting parameter to npm list json parse
    Morgan Haskel committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    d351c33 View commit details
    Browse the repository at this point in the history
  4. 0.7.0 prep

    Morgan Haskel committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    59ee019 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #105 from mhaskel/0.7.0-prep

    0.7.0 prep
    cyberious committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    dab3b66 View commit details
    Browse the repository at this point in the history
Loading