]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/accounts/metadata.rb
Update formatting of header comments
[chef.git] / cookbooks / accounts / metadata.rb
index 1bed5c348b0b5c4baacc253500f48611ad63f932..c370241be6d7e45037d281c4c5191fb7924de3e8 100644 (file)
@@ -1,26 +1,8 @@
+name              "accounts"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Accounts management"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
-version           "1.0.0"
-
-attribute "accounts",
-  :display_name => "Accounts",
-  :description => "Hash of account attributes",
-  :type => "hash"
-
-attribute "accounts/home",
-  :display_name => "Home Directory",
-  :description => "Home directory for accounts",
-  :default => "/home"
 
-attribute "accounts/shell",
-  :display_name => "Default Shell",
-  :description => "Default shell for accounts",
-  :default => "/bin/bash"
-
-attribute "accounts/users",
-  :display_name => "Users",
-  :description => "User account details",
-  :type => "hash"
+version           "1.0.0"
+supports          "ubuntu"