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