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:
parent
e429c06c30
commit
a80352f938
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user