]> git.openstreetmap.org Git - chef.git/blob - cookbooks/accounts/metadata.rb
imagery: enable http2
[chef.git] / cookbooks / accounts / metadata.rb
1 name              "accounts"
2 maintainer        "OpenStreetMap Administrators"
3 maintainer_email  "admins@openstreetmap.org"
4 license           "Apache 2.0"
5 description       "Accounts management"
6 long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
7 version           "1.0.0"
8
9 attribute "accounts",
10   :display_name => "Accounts",
11   :description => "Hash of account attributes",
12   :type => "hash"
13
14 attribute "accounts/home",
15   :display_name => "Home Directory",
16   :description => "Home directory for accounts",
17   :default => "/home"
18
19 attribute "accounts/shell",
20   :display_name => "Default Shell",
21   :description => "Default shell for accounts",
22   :default => "/bin/bash"
23
24 attribute "accounts/users",
25   :display_name => "Users",
26   :description => "User account details",
27   :type => "hash"