Chef - How Reboot VM and continue performing actions
问题 In a Chef recipe, I need to perform a reboot on a Node after doing some actions, and after the reboot is done, I need to continue doing another actions: Recipe: -action 1 -action 2 -reboot -action3 -action4.... I have checked some existing cookbook in the community: reboot-handler, chef-reboot, chef-restart, chef-dominous, but I cannot make any of them work. Is there some method in Chef to get what I need? Please provide detailed examples. Thanks a lot for the help. 回答1: How about using chef