X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6f0a393ef9191a70d9c5040ed35f6ee4ca33db8b..10d285506154265fc348843350ec800aed1d74fc:/cookbooks/accounts/metadata.rb diff --git a/cookbooks/accounts/metadata.rb b/cookbooks/accounts/metadata.rb index f85cff465..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")) 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"