-
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from tpetchel/tp/remote-install-note
Clarify remote installation note
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,10 +129,9 @@ execute "open-static-port" do | |
end | ||
``` | ||
|
||
A Word of Warning for Test Kitchen Users | ||
Installing SQL Server remotely | ||
---------------------------------------- | ||
You cannot install Microsoft SQL server (any version) over WinRM. This is has been tested in several scenarios both with and without Chef. The server.rb recipe will not work with Windows Test Kitchen guests for this reason. See this link for more info: | ||
https://learn.chef.io/manage-a-web-app/windows/configure-sql-server/#comment-2344349376 | ||
SQL Server does not support remote installation over WinRM. For example, the installation fails when you run `knife bootstrap windows winrm` or `knife winrm 'chef-client'` with a run-list that includes `server.rb`. However, you can use a scheduled task or run `chef-client` as a service. [Learn more](https://learn.chef.io/manage-a-web-app/windows/) in this Learn Chef tutorial. | ||
|
||
## License & Authors | ||
**Author:** Cookbook Engineering Team ([[email protected]](mailto:[email protected])) | ||
|