Upgrade etherpad-dev to Ubuntu Trusty

Upgrade etherpad-dev to Ubuntu Trusty and switch from node.js
compiled from source to the nodejs/npm distro packages there.

Change-Id: Ia1830c88bdd0fc7e934ebbca4fcbfb9996151d13
This commit is contained in:
Jeremy Stanley 2015-08-20 17:00:54 +00:00
parent afcfe2b904
commit b181a0651f
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -5,7 +5,8 @@ class openstack_project::etherpad_dev (
$mysql_db_name = 'etherpad-lite'
) {
class { 'etherpad_lite':
ep_ensure => 'latest',
ep_ensure => 'latest',
nodejs_version => 'system',
}
class { 'etherpad_lite::apache':