From 50545c809470e1b32d02ce4fd92417eb10f845fe Mon Sep 17 00:00:00 2001 From: Jens Rosenboom Date: Tue, 29 Mar 2016 16:49:00 +0200 Subject: [PATCH] No longer use github version for apache2 cookbook A new release has been made on supermarket which should work for us, so drop the direct reference to the github version. Change-Id: Ie6c10efe020c66d62f257d031e102423f75c6a77 --- Berksfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Berksfile b/Berksfile index e5e0acb..b57e47d 100644 --- a/Berksfile +++ b/Berksfile @@ -6,8 +6,3 @@ cookbook "openstack-common", github: "openstack/cookbook-openstack-common" cookbook "openstack-identity", github: "openstack/cookbook-openstack-identity" - -# use the current master branch until the new apache listen logic has been -# released -cookbook 'apache2', - github: "svanzoest-cookbooks/apache2"