]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/metadata.rb
Fix new cookstyle warnings
[chef.git] / cookbooks / networking / metadata.rb
index 64171e5455847d4e1713af20f1bf8c930cdee496..3d2944c1555e8fe0bad7da8125dbcba30cebf282 100644 (file)
@@ -1,26 +1,9 @@
 name              "networking"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Configures networking"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version           "1.0.0"
-recipe            "networking", "Configures networking via attributes"
-supports          "ubuntu"
-
-attribute "networking",
-  :display_name => "Networking",
-  :description => "Hash of networking attributes",
-  :type => "hash"
 
-attribute "networking/search",
-  :display_name => "Resolver Search Path",
-  :description => "List of domains to search",
-  :default => "domain"
-
-attribute "networking/nameservers",
-  :display_name => "Nameservers",
-  :description => "List of nameservers to use",
-  :type => "array",
-  :default => [""]
+version           "1.0.0"
 
+supports          "ubuntu"