X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/90a349e0bc558441e65156eabb585c578d93fbfd..18424e9038b5f06d815167da8f0c10bed5d5d211:/cookbooks/git/metadata.rb diff --git a/cookbooks/git/metadata.rb b/cookbooks/git/metadata.rb index fa82a439c..704f32750 100644 --- a/cookbooks/git/metadata.rb +++ b/cookbooks/git/metadata.rb @@ -1,23 +1,11 @@ name "git" maintainer "OpenStreetMap Administrators" maintainer_email "admins@openstreetmap.org" -license "Apache 2.0" +license "Apache-2.0" description "Installs and configures git" long_description IO.read(File.join(File.dirname(__FILE__), "README.md")) version "1.0.0" +supports "ubuntu" depends "networking" depends "xinetd" depends "apache" - -attribute "git", - :display_name => "Git", - :description => "Hash of Git attributes", - :type => "hash" - -attribute "git/host", - :display_name => "Server Hostname", - :description => "Hostname to use for Git server" - -attribute "git/directory", - :display_name => "Repository Directory", - :description => "Directory to use for Git server repositories"