nodes = SousChef::NodeManager.new(SousChef.config_file_location).nodes SousChef::TaskBuilder.new(nodes).build_tasks
SousChef::NodeManager.new(SousChef.config_file_location)
SousChef::TaskBuilder.new(nodes)