Upgrade etherpad-dev server to Node 10.x
The Nodesource repo has Node 10.x packages for Ubuntu Xenial, so we can give that a try. Latest versions of Etherpad require at least 8.x but running newer should be fine if we can. Change-Id: Ib49a5ddaec5a4786ec8ec0042faee06b11603bee
This commit is contained in:
parent
6c5505a60d
commit
c03591d776
@ -7,7 +7,7 @@ class openstack_project::etherpad_dev (
|
|||||||
) {
|
) {
|
||||||
class { 'etherpad_lite':
|
class { 'etherpad_lite':
|
||||||
ep_ensure => 'latest',
|
ep_ensure => 'latest',
|
||||||
nodejs_version => '6.x',
|
nodejs_version => '10.x',
|
||||||
}
|
}
|
||||||
|
|
||||||
class { 'etherpad_lite::apache':
|
class { 'etherpad_lite::apache':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user