Merge "Pin stopforumspam"

This commit is contained in:
Zuul 2018-07-21 14:54:28 +00:00 committed by Gerrit Code Review
commit e4201cfb07
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' ],