]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/metadata.rb
Update snap-03 NIC interface names
[chef.git] / cookbooks / apt / metadata.rb
index d9661aae252178bf9a21577510fd077acf31b435..bb80a8b8dd83097540392f9660349cf3c72b930d 100644 (file)
@@ -1,10 +1,12 @@
 name             "apt"
 maintainer       "Tom Hughes"
 maintainer_email "tom@compton.nu"
-license          "Apache 2.0"
+license          "Apache-2.0"
 description      "Installs/Configures apt"
-long_description IO.read(File.join(File.dirname(__FILE__), "README.md"))
+
 version          "0.1"
 supports         "debian"
 supports         "ubuntu"
-recipe           "apt", "Installs and configures apt"
+depends          "accounts"
+depends          "apache"
+depends          "ssl"