X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3634febd0a66e60ca36e0e33779b3b35f67c1198..10d285506154265fc348843350ec800aed1d74fc:/cookbooks/accounts/metadata.rb diff --git a/cookbooks/accounts/metadata.rb b/cookbooks/accounts/metadata.rb index 5ee363947..6d458937e 100644 --- a/cookbooks/accounts/metadata.rb +++ b/cookbooks/accounts/metadata.rb @@ -1,27 +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.md')) +long_description IO.read(File.join(File.dirname(__FILE__), "README.md")) 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" +supports "ubuntu"