Merge pull request #637 from zev/master
Fix chef_client variable name error for vm
This commit is contained in:
commit
cfd0e0c30f
|
@ -95,7 +95,7 @@ module Vagrant
|
||||||
command = "#{command_env}#{chef_binary_path("chef-client")} -c #{config.provisioning_path}/client.rb -j #{config.provisioning_path}/dna.json"
|
command = "#{command_env}#{chef_binary_path("chef-client")} -c #{config.provisioning_path}/client.rb -j #{config.provisioning_path}/dna.json"
|
||||||
|
|
||||||
env[:ui].info I18n.t("vagrant.provisioners.chef.running_client")
|
env[:ui].info I18n.t("vagrant.provisioners.chef.running_client")
|
||||||
vm.channel.sudo(command) do |type, data|
|
env[:vm].channel.sudo(command) do |type, data|
|
||||||
# Output the data with the proper color based on the stream.
|
# Output the data with the proper color based on the stream.
|
||||||
color = type == :stdout ? :green : :red
|
color = type == :stdout ? :green : :red
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue