Skip to content

Commit

Permalink
fix survey questions
Browse files Browse the repository at this point in the history
  • Loading branch information
p3ck committed Dec 5, 2024
1 parent 2bbb5fa commit 8730b3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
question_description: "Set the startup mode for the Service"
required: false
variable: "service_start_mode"
type: "multplechoice"
type: "multiplechoice"
choices:
- "auto"
- "delayed"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
default:
- "CriticalUpdates"
- "SecurityUpdates"
required: true

- type: "multiplechoice"
question_name: "Reboot after install?"
Expand All @@ -30,6 +31,7 @@ spec:
- "Yes"
- "No"
default: Yes
required: false

- type: "multiplechoice"
question_name: "Install updates, download or just search for updates?"
Expand All @@ -40,3 +42,4 @@ spec:
- "searched"
- "downloaded"
default: "searched"
required: true

0 comments on commit 8730b3b

Please sign in to comment.