Merge "Upgrade etherpad-dev server to Node 10.x"

This commit is contained in:
Zuul 2020-03-31 21:05:47 +00:00 committed by Gerrit Code Review
commit d947aa1770

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':