From 732f163858140dc53381f4a95e693520add95099 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 30 Jun 2015 15:37:15 -0700 Subject: [PATCH] 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 --- modules/openstack_project/manifests/etherpad.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/etherpad.pp b/modules/openstack_project/manifests/etherpad.pp index be69d4bfde..52cc086ba9 100644 --- a/modules/openstack_project/manifests/etherpad.pp +++ b/modules/openstack_project/manifests/etherpad.pp @@ -18,7 +18,7 @@ class openstack_project::etherpad ( class { 'etherpad_lite': ep_ensure => 'latest', - eplite_version => '24b0712d77abb91ebea2d67f06f565861ec008f0', + eplite_version => '2bf16fe09fe9a6af804666d15ff4704620369d9f', } class { 'etherpad_lite::apache':