Open shyouhei opened 9 years ago
Yeah, it definitely is. This line would be where I suspect.
It's trying to replace calls to "sudo" with different calls depending on the environment you're running on.
Switching to .sub
might be good enough to fix it, but I'd want to do a full integration test run to be sure.
I have a recipe called "sudoers" and want to run this via knife solo's "-o" option.
I looked into the chef-solo process. It seems chef-solo was called with broken arguments form the beginning.
I suspect knife-solo is clobbering the given parameter at some point.