0
votes

I'm trying to using chef solo on a remote windows machine. My "chef solo prepare" command works fine on a linux remote machine but on a windows remote machine with cygwin openssh running, when I run:

 knife solo prepare [email protected] -i ~/.ssh/my-rsa -V

I get the following error:

Bootstrapping Chef...
ERROR: SyntaxError: (eval):1: syntax error, unexpected $end
KnifeSolo::Bootstraps::
                   ^

I've already tested the ssh which works fine. Does anyone have a clue what I can do to fix this?

1
You're using this? matschaffer.github.io/knife-solo It doesn't sound like knife solo prepare is supported on Windows yet... the site only mentions preliminary support for Windows.Display Name is missing
Yes, I am. But I just have to make it work.max

1 Answers

1
votes

knife solo prepare does not work on Windows. You could wait until the maintainer can add Windows support or open a Pull Request on GitHub to add this functionality.