lib/hem/util.rb in hem-1.0.1.beta2 vs lib/hem/util.rb in hem-1.0.1.beta3
- old
+ new
@@ -70,7 +70,11 @@
end
chef_paths = split_path - paths
ENV['PATH'] = (chef_paths + paths).join ':'
end
end
+
+ def vagrant_plugin plugin, constraint = nil
+ return [plugin, constraint]
+ end
end
end