From b6d62401e562a8b4cd27a3e99cd810b367456a94 Mon Sep 17 00:00:00 2001 From: masked interrupt Date: Thu, 1 Oct 2015 14:15:23 -0700 Subject: [PATCH] Add name to metadata.rb Chef seems to like the name attribute in metadata.rb --- metadata.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata.rb b/metadata.rb index 3985732..cf06fd5 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,3 +1,4 @@ +name "apache2" maintainer "Opscode, Inc." maintainer_email "cookbooks@opscode.com" license "Apache 2.0"