Bug 7719 - Unattended tl-setup is not respecting 'abort' option if server type answer is an empty string
Summary: Unattended tl-setup is not respecting 'abort' option if server type answer is...
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Server Installer (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-01 14:01 CEST by Niko Lehto
Modified: 2021-11-02 14:09 CET (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Niko Lehto cendio 2021-06-01 14:01:46 CEST
Given an answer file with an empty string set as the server type and 'missing-asnwer=abort':
> # Configure as master or agent
> server-type=
> ...
> # What should tl-setup do when it encounters a question without a matching answer in the answer file?
> missing-answer=abort
This answer file will result in us not respecting the 'abort' option and instead we will prompt for an answer from the user like:
> >> Using answer server-type= from answer file
> Server type [Master/agent]?
This might be a problem with some other modules too.
Comment 1 Niko Lehto cendio 2021-06-01 14:26:26 CEST
Looked into the other modules and this should only be a problem for servertype.py

Note You need to log in before you can comment on or make changes to this bug.