lib/testlab/provisioners/raring.rb in testlab-0.6.5 vs lib/testlab/provisioners/raring.rb in testlab-0.6.6
- old
+ new
@@ -22,10 +22,10 @@
# Ubuntu Raring Provisioner Node Setup
#
# @param [TestLab::Node] node The node which we want to
# provision.
# @return [Boolean] True if successful.
- def node(node)
+ def on_node_setup(node)
@ui.logger.debug { "Ubuntu Raring Provisioner: Node #{node.id}" }
bootstrap_template = File.join(TestLab::Provisioner.template_dir, "raring", "bootstrap.erb")
node.ssh.bootstrap(ZTK::Template.render(bootstrap_template, @config))
end