【文件属性】:
文件名称:pushy:LWRP,用于从配方中调用Opscode推送作业
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-06 11:54:18
Ruby
急切的食谱
用法
pushy "" do
action :run # The only action is run
wait true # Wait for the job run to complete before continuing with the run
nodes [ "node1" , "node2" , "node3" ]
end
例如:
pushy "chef-client" do
action :run
wait true
nodes [ "node1" , "node2" , "node3" ]
end
将与
knife job start chef-client node1 node2 node3
“等待”选项默认为false。 将wait设置为true可使Chef运行在继续之前等待远程作业完成。 如果您
【文件预览】:
pushy-master
----resources()
--------default.rb(235B)
----LICENSE(71B)
----providers()
--------default.rb(2KB)
----README.md(718B)
----chefignore(985B)
----metadata.rb(287B)
----recipes()
--------default.rb(0B)