X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/98cce464a451dba30327b140964b0eafbcb9b16a..45dde9418dd342bb1a632d82559201c0b3becf1a:/cookbooks/accounts/metadata.rb diff --git a/cookbooks/accounts/metadata.rb b/cookbooks/accounts/metadata.rb index 1bed5c348..c370241be 100644 --- a/cookbooks/accounts/metadata.rb +++ b/cookbooks/accounts/metadata.rb @@ -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"