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: v3.0.0
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: v3.1.0
Choose a head ref
  • 20 commits
  • 16 files changed
  • 6 contributors

Commits on Jun 15, 2017

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

Commits on Sep 7, 2017

  1. Update puppet version, deprecate some older versions of OSes

    William Yardley committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    42391fb View commit details
    Browse the repository at this point in the history
  2. Replace anchors with 'contain'

    William Yardley committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    288d386 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #310 from wyardley/remove_anchors

    Replace anchors with 'contain'
    wyardley authored Sep 7, 2017
    Configuration menu
    Copy the full SHA
    7ce2151 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #311 from wyardley/update_metadata

    Update puppet version, deprecate some older versions of OSes
    bastelfreak authored Sep 7, 2017
    Configuration menu
    Copy the full SHA
    c9666f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2017

  1. Update acceptance tests and add EPEL test case for RedHat acceptance …

    …tests
    William Yardley committed Sep 9, 2017
    Configuration menu
    Copy the full SHA
    4ed75d0 View commit details
    Browse the repository at this point in the history
  2. Switch acceptance tests to use beaker-module_install_helper, and drop…

    … treydock-gpg_key module from acceptance tests
    William Yardley committed Sep 9, 2017
    Configuration menu
    Copy the full SHA
    7612020 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #308 from wyardley/update_acceptance_tests

    Update acceptance tests, add EPEL test case for RedHat acceptance tests
    wyardley authored Sep 9, 2017
    Configuration menu
    Copy the full SHA
    56a6155 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

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

Commits on Sep 17, 2017

  1. Remove Puppet > 3.0 conditional, and switch @resource => resource

    William Yardley committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    8849ee8 View commit details
    Browse the repository at this point in the history
  2. Resolve issues with tests failing (#312, #318)

    William Yardley committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    6b7acb5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #319 from wyardley/fix_spec_tests

    Resolve issues with tests failing
    bastelfreak authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    6daf7fb View commit details
    Browse the repository at this point in the history
  4. modulesync 2017-09-15

    David Hollinger authored and bastelfreak committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    5c96c83 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #318 from voxpupuli/modulesync

    modulesync 1.1.0
    bastelfreak authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    a5a41d1 View commit details
    Browse the repository at this point in the history
  6. adjust version slightly down

    William Yardley authored and bastelfreak committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    cec0584 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #316 from wyardley/update_metadata

    Adjust supported Puppet version back to 4.7.1
    bastelfreak authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    1e61a4f View commit details
    Browse the repository at this point in the history
  8. Turn off legacy symlinks for ubuntu 16.04

    With the New version of NodeJS v6.11.3 puppet brakes the installation on ubuntu 16.04
    
    * Content of the node packages.
    V6.11.2
    ```
    ~$ dpkg -l |grep nodejs
    ii  nodejs                              6.11.2-1nodesource1~xenial1                amd64        Node.js event-based server-side javascript engine
    ~$ dpkg -L nodejs |grep '/usr/bin/'
    /usr/bin/nodejs
    /usr/bin/npm
    ```
    V6.11.3
    ```
    ~# dpkg -l|grep nodejs
    ii  nodejs                       6.11.3-1nodesource1                   amd64        Node.js event-based server-side javascript engine
    
    ~# dpkg -L nodejs |grep '/usr/bin/'
    /usr/bin/node
    /usr/bin/npm
    ```
    
    After puppet runs to install nodejs the node binary is a broken link. 
    ```
    ~# ls -ltra /usr/bin/node /usr/bin/nodejs  /etc/alternatives/nodejs
    lrwxrwxrwx 1 root root 24 Sep 15 09:41 /usr/bin/nodejs -> /etc/alternatives/nodejs
    lrwxrwxrwx 1 root root 13 Sep 15 09:41 /etc/alternatives/nodejs -> /usr/bin/node
    lrwxrwxrwx 1 root root 15 Sep 15 09:41 /usr/bin/node -> /usr/bin/nodejs
    ```
    guerremdq authored and bastelfreak committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    d0d8193 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #317 from guerremdq/patch-1

    Turn off  legacy symlinks for ubuntu 16.04
    bastelfreak authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    c67c992 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. release 3.1.0

    bastelfreak committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    401e917 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #320 from bastelfreak/rel310

    release 3.1.0
    wyardley authored Sep 18, 2017
    Configuration menu
    Copy the full SHA
    c46f9a6 View commit details
    Browse the repository at this point in the history
Loading