plugins/provisioners/chef/cap/windows/chef_install.rb in vagrant-unbundled-1.9.7.1 vs plugins/provisioners/chef/cap/windows/chef_install.rb in vagrant-unbundled-1.9.8.1
- old
+ new
@@ -3,11 +3,11 @@
module VagrantPlugins
module Chef
module Cap
module Windows
module ChefInstall
- def self.chef_install(machine, project, version, channel, options = {})
- command = Omnibus.ps_command(project, version, channel, options)
+ def self.chef_install(machine, project, version, channel, omnibus_url, options = {})
+ command = Omnibus.ps_command(project, version, channel, omnibus_url, options)
machine.communicate.sudo(command)
end
end
end
end