Use v2.3.0 for nodejs

Use v2.3.0 of nodejs.  node.js 0.12 is EOL so update to the oldest LTS
release which is 6.x.  It automaticaly detects the symlink argument so
this is not required.

Depends-On: Ia7966fb9578d0d79f3a7f9480e3a956555737dc8
Depends-On: I9eb17646bd949c3bd84fa61f92881e9fac015de5
Change-Id: Ib925c87760d75fe22d3239bb2c5833183bc849e1
This commit is contained in:
Ian Wienand 2017-12-12 16:01:51 +11:00
parent cf611d0b85
commit 0687bb339e
2 changed files with 8 additions and 3 deletions

View File

@ -9,8 +9,7 @@ class openstack_health::frontend(
) {
class { '::nodejs':
legacy_debian_symlinks => true,
repo_url_suffix => 'node_0.12',
repo_url_suffix => '6.x',
}
package { 'node-gyp':

View File

@ -16,10 +16,16 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["16.04"]
}
],
"dependencies": [
{"name":"openstackinfra/vcsrepo","version_requirement":">= 0.0.8"},
{"name":"saz/memcached","version_requirement":">= 2.8.1"}
{"name":"saz/memcached","version_requirement":">= 2.8.1"},
{"name":"puppet/nodejs","version_requirement":">= v2.3.0"}
]
}