From 7681f14a38e1d33a73f616f59f2a98e2dc399785 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Mon, 10 Dec 2018 21:14:40 -0800 Subject: [PATCH] Pin apache2 cookbook to 5.0.1 This change eliminates a kitchen failure with apache2-5.2.1 Change-Id: I545857affd00d8b3c33e2820782c6440cac5e118 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index f4308bd..2770ce8 100644 --- a/metadata.rb +++ b/metadata.rb @@ -12,7 +12,7 @@ end depends 'openstack-common', '>= 18.0.0' depends 'openstack-identity', '>= 18.0.0' -depends 'apache2' +depends 'apache2', '5.0.1' depends 'poise-python' issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)