projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't try and run things that aren't installed yet
[chef.git]
/
cookbooks
/
hardware
/
metadata.rb
diff --git
a/cookbooks/hardware/metadata.rb
b/cookbooks/hardware/metadata.rb
index aa292111bc21d346660d2ef5f65394c8839ad323..0d70a62878a38331a8cc759b1b7192fdd669612a 100644
(file)
--- a/
cookbooks/hardware/metadata.rb
+++ b/
cookbooks/hardware/metadata.rb
@@
-6,3
+6,4
@@
description "Configures hardware"
long_description IO.read(File.join(File.dirname(__FILE__), "README.md"))
version "1.0.0"
depends "git"
+depends "tools"