CenturyLinkCloud / chef-provisioning-vsphere

A chef-provisioning provisioner for VMware vSphere
MIT License
66 stars 57 forks source link

I keep getting this error message. anyone seen this before? #111

Closed rperez31 closed 7 years ago

rperez31 commented 7 years ago

================================================================================ Error executing action converge on resource 'machine[sc04testweb04]'

RuntimeError
------------
Error: command '$env:path = [System.Environment]::GetEnvironmentVariable('PATH', 'MACHINE');chef-client -l auto' exited with code 259.

Resource Declaration:
---------------------
# In /var/chef/cache/cookbooks/chef-provisioning/recipes/np-windows.rb

 57: machine "sc04testweb04" do
 58:   recipe 'chef-adjoin'
 59: end

Compiled Resource:
------------------
# Declared in /var/chef/cache/cookbooks/chef-provisioning/recipes/np-windows.rb:57:in `from_file'

file a bug report [2017-05-04T21:30:27-04:00] ERROR: machine[sc04testweb04] (chef-provisioning::np-windows line 57) had an error: RuntimeError: Error: command '$env:path = [System.Environment]::GetEnvironmentVariable('PATH', 'MACHINE');chef-client -l auto' exited with code 259.

rperez31 commented 7 years ago

everything works fine. it bootstrap the node, ads it to the domain. but at the end it keeps spitting this error message.