jkeiser / knife-essentials

Knife commands to treat the Chef server like a filesystem
Apache License 2.0
81 stars 26 forks source link

knife converge downloads all cookbooks for node, not just the ones being converged #101

Open jkeiser opened 11 years ago

jkeiser commented 11 years ago

When you run knife converge on a node with a run list already inside, and the cookbooks in the run list are not present, knife converge cookbooks/other_cookbook fails even though those cookbooks are not needed.