lib/chef_metal/machine.rb in chef-metal-0.11.beta.2 vs lib/chef_metal/machine.rb in chef-metal-0.11.beta.3
- old
+ new
@@ -23,9 +23,13 @@
def converge(action_handler)
raise "converge not overridden on #{self.class}"
end
+ def cleanup_convergence(action_handler)
+ raise "cleanup_convergence not overridden on #{self.class}"
+ end
+
def execute(action_handler, command, options = {})
raise "execute not overridden on #{self.class}"
end
def execute_always(command, options = {})