From a80352f938cf0a3e84dd0e4322fcd265187cc969 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 9 Apr 2018 21:00:36 +1000 Subject: [PATCH] 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 --- manifests/install.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/install.pp b/manifests/install.pp index 1a746b5..1740050 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -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'],