Bump eplite version in rspec tests

This updates the tests to test installation for the same version of
etherpad that we are running in production.

Change-Id: I3624b79a8bb2c9c362037d1b025a3df9bf7c701f
This commit is contained in:
Clark Boylan 2018-10-16 07:46:49 -07:00
parent 2257feaa20
commit 4f77feacf5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class { '::etherpad_lite::mysql':
class { '::etherpad_lite':
ep_ensure => 'latest',
eplite_version => '1.6.2',
eplite_version => '1.7.0',
nodejs_version => '6.x',
}