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