Pin captcha version

Pin to the version currently deployed in production while we work
through Xenial upgrade.  We can unpin when we try to update the askbot
version.

Change-Id: I991c503f9f4a7e01be7ee58ba496f8c4f671c1a1
This commit is contained in:
Ian Wienand 2018-04-09 21:00:36 +10:00
parent e429c06c30
commit a80352f938
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class askbot::install (
}
python::pip { 'captcha':
ensure => '0.2.1',
pkgname => 'captcha',
virtualenv => '/usr/askbot-env',
require => Python::Virtualenv['/usr/askbot-env'],