From 290bd6ad8fba1cdfc3db7f2199f071fcaec8d5f3 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 13 Mar 2015 12:42:15 -0700 Subject: [PATCH] Ensure latest on etherpad vcsrepo Due to some implementation details in our vcsrepo puppet module in order to get the specified revision you must ensure latest on the repo. This poses a small problem where the repo is reset to that revision each puppet run, but we can negate that problem by hosting the robots.txt from apache directly which is where the depends on dependency in this change comes from. Note that we also bump the git sha1 to the latest version that has been tested on etherpad-dev. This catches us up on all of the most recent etherpad-lite updates. Change-Id: Ibcfb03cf9ff6f7686e5dbd69905d34009adf9157 Depends-On: Iccccf1ef194060490512e6550c22bdb9d3478ba8 --- modules/openstack_project/manifests/etherpad.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/etherpad.pp b/modules/openstack_project/manifests/etherpad.pp index f47a5ae8d1..be69d4bfde 100644 --- a/modules/openstack_project/manifests/etherpad.pp +++ b/modules/openstack_project/manifests/etherpad.pp @@ -17,7 +17,8 @@ class openstack_project::etherpad ( } class { 'etherpad_lite': - eplite_version => '56dbad41ada0e1d848fb8fca4a1608d34b372b36', + ep_ensure => 'latest', + eplite_version => '24b0712d77abb91ebea2d67f06f565861ec008f0', } class { 'etherpad_lite::apache':