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:
Jeremy Stanley 2018-04-09 15:22:44 +00:00
parent 50efa4ada1
commit 1057485456
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class openstack_project::etherpad_dev (
) {
class { 'etherpad_lite':
ep_ensure => 'latest',
nodejs_version => 'system',
nodejs_version => '6.x',
}
class { 'etherpad_lite::apache':