Upgrade etherpad to Ubuntu Trusty

Upgrade etherpad to Ubuntu Trusty and switch from node.js compiled
from source to the nodejs/npm distro packages there, and switch to
the current latest "develop" branch tip tested and known working
from the etherpad-dev server.

Change-Id: I5ce02ad5424c3f6cf0dbd1bc067babacf13a3b2f
This commit is contained in:
Jeremy Stanley 2015-08-20 17:10:29 +00:00
parent b181a0651f
commit 708ed24975
2 changed files with 3 additions and 2 deletions

View File

@ -327,7 +327,7 @@ node 'eavesdrop.openstack.org' {
}
}
# Node-OS: precise
# Node-OS: trusty
node 'etherpad.openstack.org' {
class { 'openstack_project::server':
iptables_public_tcp_ports => [22, 80, 443],

View File

@ -12,7 +12,8 @@ class openstack_project::etherpad (
) {
class { 'etherpad_lite':
ep_ensure => 'latest',
eplite_version => '2bf16fe09fe9a6af804666d15ff4704620369d9f',
eplite_version => 'cc9f88e7ed4858b72feb64c99beb3e13445ab6d9',
nodejs_version => 'system',
}
class { 'etherpad_lite::apache':