Use nodejs 6.x on etherpad-dev.o.o
Latest versions of Etherpad no longer start under nodejs 0.10 and need a minimum of 6.x, so start installing and using the newer non-system-packaged version. Change-Id: I2d7804cd5e53603e40fc7d821effb74cc334e78e
This commit is contained in:
parent
50efa4ada1
commit
1057485456
@ -6,7 +6,7 @@ class openstack_project::etherpad_dev (
|
|||||||
) {
|
) {
|
||||||
class { 'etherpad_lite':
|
class { 'etherpad_lite':
|
||||||
ep_ensure => 'latest',
|
ep_ensure => 'latest',
|
||||||
nodejs_version => 'system',
|
nodejs_version => '6.x',
|
||||||
}
|
}
|
||||||
|
|
||||||
class { 'etherpad_lite::apache':
|
class { 'etherpad_lite::apache':
|
||||||
|
Loading…
Reference in New Issue
Block a user