Skip to content

Commit b2142f9

Browse files
author
jbondpdx
committed
DOCS: Improved example for install_switches param
1 parent c240e10 commit b2142f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Terminology differs somewhat between various database systems; please refer to t
118118
* `pid`: Specify the SQL Server product key to configure which edition you would like to use. Can be left empty for evaluation versions.
119119
* `install_switches`: Hash of optional installer switches for SQL Server setup.
120120

121-
Please note that if an option is set in both its own specific parameter and `install_switches`, the specifically named parameter takes precedence. For example, if you set an SA password in both `sa_pwd` and in `install_switches`, the `sa_pwd` parameter will be honored.
121+
Please note that if an option is set in both its own specific parameter and `install_switches`, the specifically named parameter takes precedence. For example, if you set the product key in both `pid` and in `install_switches`, the `pid` parameter will be honored.
122122

123123
For more information about installer switches and configuration, see the links below:
124124

@@ -147,7 +147,7 @@ For more information about installer switches and configuration, see the links b
147147
* `sql_sysadmin_accounts`: The Windows or SQL account(s) to provision as SQL Server system administrators.
148148
* `install_switches`: Hash of optional installer switches for SQL Server instance setup.
149149

150-
Please note that if an option is set in both its own specific parameter and `install_switches`, the specifically named parameter takes precedence. For example, if you set an SA password in both `sa_pwd` and in `install_switches`, the `sa_pwd` parameter will be honored.
150+
Please note that if an option is set in both its own specific parameter and `install_switches`, the specifically named parameter takes precedence. For example, if you set the product key in both `pid` and in `install_switches`, the `pid` parameter will be honored.
151151

152152
For more information about installer switches and configuration, see the links below:
153153

0 commit comments

Comments
 (0)