]> git.openstreetmap.org Git - chef.git/blob - cookbooks/networking/metadata.rb
Delay compression of shorewall log files
[chef.git] / cookbooks / networking / metadata.rb
1 name              "networking"
2 maintainer        "OpenStreetMap Administrators"
3 maintainer_email  "admins@openstreetmap.org"
4 license           "Apache 2.0"
5 description       "Configures networking"
6 long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
7 version           "1.0.0"
8 recipe            "networking", "Configures networking via attributes"
9 supports          "ubuntu"
10
11 attribute "networking",
12   :display_name => "Networking",
13   :description => "Hash of networking attributes",
14   :type => "hash"
15
16 attribute "networking/search",
17   :display_name => "Resolver Search Path",
18   :description => "List of domains to search",
19   :default => "domain"
20
21 attribute "networking/nameservers",
22   :display_name => "Nameservers",
23   :description => "List of nameservers to use",
24   :type => "array",
25   :default => [""]