You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux/rancher/questions.yml
+33-26Lines changed: 33 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
questions:
2
-
- variable: "mssql.conf.eula.accepteula"
2
+
- variable: mssql.conf.eula.accepteula
3
3
label: Accept the SQL Server EULA
4
4
# no current support for html
5
5
# description: Accepts the SQL Server <a href="http://go.microsoft.com/fwlink/?LinkId=746388">EULA</a> (any value confirms acceptance).
@@ -15,7 +15,7 @@ questions:
15
15
default: false
16
16
group: SQL Server options
17
17
18
-
- variable: "mssql.pid"
18
+
- variable: mssql.pid
19
19
label: SQL Server Edition aka. MSSQL_PID
20
20
description: Select a SQL Server Edition
21
21
type: enum
@@ -31,14 +31,14 @@ questions:
31
31
show_if: USE_PRODUCT_KEY=false
32
32
group: SQL Server options
33
33
34
-
- variable: "mssql.pid"
34
+
- variable: mssql.pid
35
35
label: SQL Server License Key
36
36
description: Enter a Product Key of the format "#####-#####-#####-#####-#####"
37
37
required: true
38
38
show_if: USE_PRODUCT_KEY=true
39
39
group: SQL Server options
40
40
41
-
- variable: "mssql.sa.password"
41
+
- variable: mssql.sa.password
42
42
label: MSSQL SA user password
43
43
description: Sets the SA user password. Password requirements @ https://docs.microsoft.com/en-us/sql/relational-databases/security/password-policy?view=sql-server-ver15#password-complexity
0 commit comments