chef-boneyard / knife-container

DEPRECATED: Container support for Chef's Knife Command
Apache License 2.0
57 stars 11 forks source link

Duplicate entries created in Berksfile #38

Closed lynchc closed 9 years ago

lynchc commented 9 years ago

When creating an image with a run list that looks something like this:

recipe[asdf-servers],recipe[asdf-servers::junk]

it will create a berksfile with duplicate entries for asdf-servers.

cookbook "asdf-servers" cookbook "asdf-servers"

tduffield commented 9 years ago

Okay, knife-container v0.2.3 was released this morning with a fix for this.