ruby 厨师中级班的处理程序食谱

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 厨师中级班的处理程序食谱相关的知识,希望对你有一定的参考价值。

chef_gem "pony" do
  action :install
end

include_recipe "chef_handler"

cookbook_file "#{node['chef_handler']['handler_path']}/email_handler.rb" do
  source "handlers/email_handler.rb"
  owner "root"
  group "root"
  mode "0755"
end

chef_handler "MyCompany::EmailMe" do
  source "#{node['chef_handler']['handler_path']}/email_handler.rb"
  arguments [node['email_handler']['from_address'],
             node['email_handler']['to_address']]
  action :enable
end

以上是关于ruby 厨师中级班的处理程序食谱的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 Ruby 块在厨师食谱中分配变量

ruby 厨师中级班的Ohai模块重构

如何从厨师食谱在后台运行java程序

厨师库或定义?

markdown 工程师厨师食谱

在 Autoscaling 预配实例上与厨师一起执行食谱