-
Notifications
You must be signed in to change notification settings - Fork 883
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean: add a new option to clean generated config files
cloud-init generates several config files today that are not cleaned as a part of `cloud-init clean` operation. For example, cloud-init uses `/etc/ssh/sshd_config.d/50-cloud-init.conf` to configure ssh daemon which is then left uncleaned. This change adds a new option `cloud-init clean --configs` that would clean up these config files as well. Additionally, the cli documentation has also been updated to document this new option. Reference: #1618 Fixes: GH-3240 Signed-off-by: Ani Sinha <anisinha@redhat.com>
- Loading branch information
Showing
3 changed files
with
65 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters