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:
Jeremy Stanley 2020-03-31 20:14:25 +00:00
parent 6c5505a60d
commit c03591d776
1 changed files with 1 additions and 1 deletions

View File

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