, .
, :
include_recipe 'mycookbook::second_recipe' unless reboot_pending?
windows_reboot 30
timeout 30
reason 'scheduled reboot'
action :nothing
end
some_task 'stuff' do
...
notifies :request, 'windows_reboot[30]', :delayed
end
, , - .
Alex Vinyar Github Chef.