From d5c4854709ccf7a2b91485d4bff8664ac52b37be Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 6 Jun 2018 06:16:31 +1000 Subject: [PATCH] Pin stopforumspam Later versions of this became incompatible with the django used with askbot. Pin it. Change-Id: Ic409a368d31728428f215db89a0c605967fe5cbf --- manifests/install.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/install.pp b/manifests/install.pp index d9281e3..861c4c2 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -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' ],