[chef-dev] fun with recipe_eval_with_update_check


Chronological Thread 
  • From: Avishai Ish-Shalom < >
  • To:
  • Subject: [chef-dev] fun with recipe_eval_with_update_check
  • Date: Tue, 16 Apr 2013 17:54:07 +0300

inline_recipe "test" do
block do
log "testing resource group"
file "/tmp/test1" do
mode "0600"
end
end
action :nothing
notifies :write, "log[test]"
  only_if { ::File.exists? "/tmp/test2" }
end

https://github.com/avishai-ish-shalom/chef-inline-recipe/blob/master/recipes/default.rb




  • [chef-dev] fun with recipe_eval_with_update_check, Avishai Ish-Shalom, 04/16/2013

Archive powered by MHonArc 2.6.16.

§