my_cookbook
別のクックブック ( another_cookbook
) と依存関係がある別のクックブック ( ) と依存関係があるクックブック ( ) を開発していanother_cookbook2
ます。Berksfileで移行依存関係を指定する必要があるのはなぜmy_cookbook
ですか (依存関係を Berskfile に追加することを意味しanother_cookbook2
ます)。との依存関係がBerksfileanother_cookbook2
で既に指定されている場合は?another_cookbook
$ berks install
Resolving cookbook dependencies...
...
Unable to satisfy constraints on package another_cookbook2, which does not exist, due to solution constraint (another_cookbook = 0.0.1). Solution constraints that may result in a constraint on another_cookbook2: [(another_cookbook = 0.0.1) -> (another_cookbook2 >= 0.0.0)]
Missing artifacts: another_cookbook2
...
クックブックを Chef サーバーにアップロードする前に、これを実行しようとしています。