[chef] Unique Resources


Chronological Thread 
  • From: "Grundmann, Christian" < >
  • To: " " < >
  • Subject: [chef] Unique Resources
  • Date: Thu, 23 Feb 2012 14:31:08 +0000
  • Accept-language: de-AT, en-US

is there a need for unique naming of Resources over Cookbooks?

 

I have Cookbook 1 with

execute “abc” do

  command “a”

end

 

and Cookbook 2 with

execute “abc” do

  command “b”

end

 

a node with runlist 1 and 2

but when abc from 2 is executed the command is a not b

 

i am using chef-0.10.6

 

thx a lot

Christian

 

 

 




Archive powered by MHonArc 2.6.16.

§