0
です「は有効トン、 何かのように:シェフの文の末尾に印刷ログソースが有効でない場合は、これは私のコード
if node['app']['source']
src = "#{node['app']['source']}\\#{node['app']['file_name']}"
else
src = "second_source"
whatever
Chef::Log.warn "This path #{src} is not supported, check attributes again"
return
end
誰かが、コードがどのように動作するかではない任意のアイデア、 ありがとう...
チェックアウト[this](http://stackoverflow.com/a/948157/1184717) – MrRoth