]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/metadata.rb
Don't use ||= in attributes files as it doesn't work
[chef.git] / cookbooks / git / metadata.rb
index 1b30312ad91f83f3327429a8ebb8a9a8456a9020..e2a495eae6a6449954fd6a6f9fba40fcbc45db42 100644 (file)
@@ -1,3 +1,4 @@
+name              "git"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
 license           "Apache 2.0"
@@ -5,6 +6,7 @@ description       "Installs and configures git"
 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
 version           "1.0.0"
 depends           "networking"
+depends           "xinetd"
 depends           "apache"
 
 attribute "git",