Chef Knife-Windows

Posted by Nick Zagoreos on Server Fault See other posts from Server Fault or by Nick Zagoreos
Published on 2013-10-22T08:38:00Z Indexed on 2013/10/22 9:58 UTC
Read the original article Hit count: 340

Filed under:
|

I'm trying to bootstrap a windows 2008 R2 Server with chef and i'm receiving this error

:"CScript Error: Execution of the Windows Script Host failed. (0x800A0007)".

After some research i find out that i must install the "specific_install" gem and use Knife-windows gem from git but when i'm trying to install gem with this command

"gem specific_install -l https://github.com/opscode/knife-windows.git"

i'm receiving the following error :

"ERROR: While executing gem ... (NoMethodError) undefined method `build' for Gem::Package:Module"

What am i doing wrog?

Thank you in advance

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about chef