Pin stopforumspam

Later versions of this became incompatible with the django used with
askbot.  Pin it.

Change-Id: Ic409a368d31728428f215db89a0c605967fe5cbf
This commit is contained in:
Ian Wienand 2018-06-06 06:16:31 +10:00
parent 361721d8fb
commit d5c4854709
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ class askbot::install (
}
python::pip { 'stopforumspam':
ensure => '1.4.2',
pkgname => 'stopforumspam',
virtualenv => '/usr/askbot-env',
require => Exec[ 'pip-requirements-install' ],