-
Notifications
You must be signed in to change notification settings - Fork 521
soup: handle situations where apt prompts to keep/replace file #1108
Comments
Yes, but we need to make sure we understand the behavior and how it applies to at least these two separate cases:
This will require some testing and experimentation to see if there are any other corner cases out there. |
submitted for testing: |
Occasionally Ubuntu releases updates which will prompt the user to keep or replace a file. During a normal interactive soup, the user can answer the prompt and everything is fine. However, if the user runs
sudo salt '*' cmd.run 'soup -y'
, then the salt minion runssoup -y
and it will most likely just hang there waiting for user input.The text was updated successfully, but these errors were encountered: