GithubHelp home page GithubHelp logo

Comments (4)

jeff1evesque avatar jeff1evesque commented on July 19, 2024

I probably can remove ruby from configure_compilers.pp:

...
    ## variables
    $packages_general  = ['inotify-tools', 'ruby']
...

from puppet-nodejs.

jeff1evesque avatar jeff1evesque commented on July 19, 2024

I checked to see if I had epel enabled:

[root@centos7x manifests]# wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
--2016-03-03 16:04:00--  http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
Connecting to 10.97.74.24:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 14524 (14K) [application/x-rpm]
Saving to: ‘epel-release-7-5.noarch.rpm’

100%[==========================>] 14,524      --.-K/s   in 0s

2016-03-03 16:04:00 (228 MB/s) - ‘epel-release-7-5.noarch.rpm’ saved [14524/14524]

[root@centos7x manifests]# rpm -ivh epel-release-7-5.noarch.rpm         Preparing...                          ################################# [100%]
        package epel-release-7-5.noarch is already installed

from puppet-nodejs.

jeff1evesque avatar jeff1evesque commented on July 19, 2024

I checked to see if I had remi enabled:

[root@centos7x manifests]# wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
--2016-03-03 16:06:26--  http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
Connecting to 10.97.74.24:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 7611 (7.4K) [application/x-rpm]
Saving to: ‘remi-release-7.rpm’

100%[==========================>] 7,611       --.-K/s   in 0s

2016-03-03 16:06:26 (642 MB/s) - ‘remi-release-7.rpm’ saved [7611/7611]

[root@centos7x manifests]# sudo rpm -Uvh remi-release-7*.rpm
Preparing...                          ################################# [100%]
        package remi-release-7.1-3.el7.remi.noarch is already installed

from puppet-nodejs.

jeff1evesque avatar jeff1evesque commented on July 19, 2024

The above issue was related to a proxy, so I did:

$ export https_proxy=http://xx.xx.xx.xx:xxxx

Then, I removed the puppet nodejs module, and did yum remove nodejs. Finally, the following worked:

$ puppet module install puppet-nodejs --version 1.3.0
$ puppet apply configure_compilers.pp

from puppet-nodejs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.