diff --git a/plugins/provisioners/chef/omnibus.rb b/plugins/provisioners/chef/omnibus.rb index 897e5282d..edc090718 100644 --- a/plugins/provisioners/chef/omnibus.rb +++ b/plugins/provisioners/chef/omnibus.rb @@ -8,7 +8,7 @@ module VagrantPlugins OMNITRUCK = "https://omnitruck.chef.io".freeze def sh_command(project, version, channel, options = {}) - command = "curl -sL #{OMNITRUCK}/install.sh | sudo bash" + command = "curl -sL #{OMNITRUCK}/install.sh | bash" command << " -s -- -P \"#{project}\" -c \"#{channel}\"" if version != :latest