From 827b8b24d990c2846c3138948e3fdb5bf78be655 Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Mon, 23 Feb 2015 12:22:44 -0600 Subject: [PATCH] Update postgresql to handle openssl cookbook issue * this will require openssl > 4.0.0 in repo Change-Id: I14b1b5a9e80e0e613a183f0c94322a605851da3a --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index d1792c8..c98f7fb 100755 --- a/metadata.rb +++ b/metadata.rb @@ -19,6 +19,6 @@ end depends 'mysql', '>= 6.0.13', '< 7.0.0' depends 'mysql2_chef_gem', '>= 1.0.1', '< 2.0.0' -depends 'postgresql', '>= 3.3.0', '< 4.0.0' +depends 'postgresql', '>= 3.4.18', '< 4.0.0' depends 'database', '>= 4.0.2', '< 5.0.0' depends 'openstack-common', '>= 10.3.0'