Merge "Upgrade etherpad to Ubuntu Trusty"

This commit is contained in:
Jenkins 2015-09-05 20:31:02 +00:00 committed by Gerrit Code Review
commit 8324375a52
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':