[debian] improvement: new settings property to enable purge as the default removal method

This commit is contained in:
Vinicius Moreira
2022-04-13 14:10:11 -03:00
parent e2817e426d
commit 0eb335ef07
14 changed files with 94 additions and 30 deletions

View File

@@ -12,5 +12,6 @@ class DebianConfigManager(YAMLConfigManager):
'suggestions.exp': 24, # hours
'index_apps.exp': 1440, # 24 hours
'sync_pkgs.time': 1440, # 24 hours
'pkg_sources.app': None
'pkg_sources.app': None,
'remove.purge': False
}