]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/metadata.rb
Fix new foodcritic warnings
[chef.git] / cookbooks / git / metadata.rb
index fa82a439c5db02c11da7d821c72f824ad7fc1f40..704f32750c68b93d58b93e0b5a2a570678e08045 100644 (file)
@@ -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"