summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/knife.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/knife.rb')
-rw-r--r--lib/chef/chef_fs/knife.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/chef_fs/knife.rb b/lib/chef/chef_fs/knife.rb
index 5aec4ba7c0..270b6768f5 100644
--- a/lib/chef/chef_fs/knife.rb
+++ b/lib/chef/chef_fs/knife.rb
@@ -205,6 +205,9 @@ class Chef
end
end
+ def parallelize(inputs, options = {}, &block)
+ Chef::ChefFS::Parallelizer.parallelize(inputs, options, &block)
+ end
end
end
end