From 45b8bedd69467df130df0f8ee352cd8137f392bc Mon Sep 17 00:00:00 2001 From: Miha Zidar Date: Mon, 22 Dec 2014 05:45:43 +0100 Subject: [PATCH] Update metadata.rb add `name' attribute required by chef 12 see: https://github.com/opscode/chef-rfc/blob/master/rfc015-chef-12.md#require-name-attribute-in-cookbook-metadata --- metadata.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata.rb b/metadata.rb index f00e68f..93dc552 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,3 +1,4 @@ +name "apt" maintainer "Opscode, Inc." maintainer_email "cookbooks@opscode.com" license "Apache 2.0"