]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/metadata.rb
Add support for bonding and VLANs
[chef.git] / cookbooks / networking / metadata.rb
index df97c45abc30bd51a994e4e304f454cfcec925a6..bbe92adce0954b78acc8c12e8849ffdfd36c9f08 100644 (file)
@@ -1,8 +1,9 @@
+name              "networking"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
 license           "Apache 2.0"
 description       "Configures networking"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
+long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
 version           "1.0.0"
 recipe            "networking", "Configures networking via attributes"
 supports          "ubuntu"
@@ -22,4 +23,3 @@ attribute "networking/nameservers",
   :description => "List of nameservers to use",
   :type => "array",
   :default => [""]
-