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
This commit is contained in:
Clark Boylan 2015-03-13 12:42:15 -07:00
parent 1e1573f714
commit 290bd6ad8f

View File

@ -17,7 +17,8 @@ class openstack_project::etherpad (
}
class { 'etherpad_lite':
eplite_version => '56dbad41ada0e1d848fb8fca4a1608d34b372b36',
ep_ensure => 'latest',
eplite_version => '24b0712d77abb91ebea2d67f06f565861ec008f0',
}
class { 'etherpad_lite::apache':