From 6f6d02faf17776135c756e6b4f277f230814fec9 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Mon, 10 Dec 2018 21:14:11 -0800 Subject: [PATCH] Pin apache2 cookbook to 5.0.1 This change eliminates a kitchen failure with apache2-5.2.1 Change-Id: Ida4e1c4a166a0baac4937e088b42f22a8ab524ab --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 9732ba8..e0c2c2f 100644 --- a/metadata.rb +++ b/metadata.rb @@ -13,7 +13,7 @@ end depends 'openstack-common', '>= 18.0.0' depends 'openstackclient' -depends 'apache2' +depends 'apache2', '5.0.1' issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url) source_url 'https://github.com/openstack/cookbook-openstack-identity' if respond_to?(:source_url)