Bump etherpad version to version running on -dev

This bumps the etherpad version to the latest version running on
etherpad-dev. This includes a fix for the invalid sessions on session
updates bug that was noticed during the summit which led to service
restarts (https://github.com/ether/etherpad-lite/issues/2674).

Change-Id: Idd7f4540af4fa581699c8c8e184ecfc8f4a2832c
This commit is contained in:
Clark Boylan 2015-06-30 15:37:15 -07:00
parent ef67c6f5ef
commit 732f163858

View File

@ -18,7 +18,7 @@ class openstack_project::etherpad (
class { 'etherpad_lite': class { 'etherpad_lite':
ep_ensure => 'latest', ep_ensure => 'latest',
eplite_version => '24b0712d77abb91ebea2d67f06f565861ec008f0', eplite_version => '2bf16fe09fe9a6af804666d15ff4704620369d9f',
} }
class { 'etherpad_lite::apache': class { 'etherpad_lite::apache':