LoginSignup
0
0

More than 5 years have passed since last update.

chef実行時 WARN: Cloning resource attributes ... が出る場合

Last updated at Posted at 2013-06-11

chef実行時 WARN: Cloning resource attributes ... が出る場合

%W{ ruby ruby1.8 ruby1.8-dbg ruby1.8-dev libruby libruby1.8 }.each do |package|
  package "ruby dep" do
    name pack
    action :install
  end
end

のように、名前を固定にしたまま、複数のリソースが実行される場合に警告が出る。
この場合名前が毎回変わるようにすれば、警告は出なくなる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0