-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always installs node '0.10.42', but need '5.x', and npm #208
Comments
jeff1evesque
changed the title
Always installs nodejs '0.10.42'
Always installs nodejs '0.10.42', but need '5.x', and npm
Mar 3, 2016
I probably can remove ...
## variables
$packages_general = ['inotify-tools', 'ruby']
... |
jeff1evesque
changed the title
Always installs nodejs '0.10.42', but need '5.x', and npm
Always installs node '0.10.42', but need '5.x', and npm
Mar 3, 2016
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 |
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 |
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 $ puppet module install puppet-nodejs --version 1.3.0
$ puppet apply configure_compilers.pp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following puppet modules:
Then, I have
configure_compilers.pp
:When, I do
puppet apply configure_compilers
, I get the following error traceback:The text was updated successfully, but these errors were encountered: