From 738dd7619ae527c99264cf17c5fa587f02c8f9d4 Mon Sep 17 00:00:00 2001 From: Bryan Berry Date: Tue, 24 Apr 2012 09:17:07 +0300 Subject: [PATCH] Update Toftfile --- Toftfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Toftfile b/Toftfile index e25b435..6f5744e 100644 --- a/Toftfile +++ b/Toftfile @@ -3,11 +3,9 @@ require 'toft' include Toft -#n1 = create_node "n1", {:ip => '192.168.20.2'} +n1 = create_node "n1", {:ip => '192.168.20.2'} -#n1.start - -n1 = find("n1") +n1.start n1.run_chef [ "recipe[chef_handler]", "recipe[minitest-handler::recipes]", "recipe[ark::test]" ]