]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apt/metadata.rb
Move apt cookbook to correct location
[chef.git] / cookbooks / apt / metadata.rb
1 maintainer       "Tom Hughes"
2 maintainer_email "tom@compton.nu"
3 license          "Apache 2.0"
4 description      "Installs/Configures apt"
5 long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
6 version          "0.1"
7 supports         "debian"
8 supports         "ubuntu"
9 recipe           "apt", "Installs and configures apt"