1 maintainer        "OpenStreetMap Administrators"
 
   2 maintainer_email  "admins@openstreetmap.org"
 
   4 description       "Configures networking"
 
   5 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
 
   7 recipe            "networking", "Configures networking via attributes"
 
  10 attribute "networking",
 
  11   :display_name => "Networking",
 
  12   :description => "Hash of networking attributes",
 
  15 attribute "networking/search",
 
  16   :display_name => "Resolver Search Path",
 
  17   :description => "List of domains to search",
 
  20 attribute "networking/nameservers",
 
  21   :display_name => "Nameservers",
 
  22   :description => "List of nameservers to use",