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:
parent
afcfe2b904
commit
b181a0651f
@ -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],
|
||||
|
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user