Skip to content

Commit

Permalink
Update Toftfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwb committed Apr 24, 2012
1 parent ae3dd03 commit 738dd76
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Toftfile
Expand Up @@ -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]" ]

Expand Down

0 comments on commit 738dd76

Please sign in to comment.