X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/90a349e0bc558441e65156eabb585c578d93fbfd..18424e9038b5f06d815167da8f0c10bed5d5d211:/cookbooks/networking/metadata.rb diff --git a/cookbooks/networking/metadata.rb b/cookbooks/networking/metadata.rb index bbe92adce..04002fc8e 100644 --- a/cookbooks/networking/metadata.rb +++ b/cookbooks/networking/metadata.rb @@ -1,25 +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 => [""]