Actions
Bug #16252
closedkatello-installer --reset does not ask for confirmation
Difficulty:
easy
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1341216
Description of problem:
The command "satellite-installer --reset" just runs without asking for a confirmation.
Version-Release number of selected component (if applicable):
Sat 6.2 snap 13
How reproducible:
always
Steps to Reproduce:
1. In satellite machine console
2. run "satellite-installer --reset"
Actual results:
System reset is performed successfully but without asking for confirmation
Expected results:
A message:
$ satellite-installer --reset
Are you sure you want to reset your satellite system? [Y/n]
or
$ satellite-installer --reset -y
resetting..... (no confirmation needed because of -y)
Actions