diff --git a/sal/system_settings.py b/sal/system_settings.py index d5ad09aa..1484575f 100644 --- a/sal/system_settings.py +++ b/sal/system_settings.py @@ -18,6 +18,8 @@ DISPLAY_NAME = 'Sal' MANAGERS = ADMINS DEPLOYED_ON_CHECKIN = False +ADD_TO_ALL_BUSINESS_UNITS = False +ADD_NEW_MACHINES = True INACTIVE_UNDEPLOYED = 0 SEARCH_FACTS = [] SEARCH_CONDITIONS = [] @@ -86,6 +88,10 @@ # How long to keep historical facts around before pruning them. HISTORICAL_DAYS = 180 +# Facts to be discarded and not saved to the database +IGNORE_FACTS = [] + +# Facts to not be displayed on the Machine Information page EXCLUDED_FACTS = { 'sshrsakey', 'sshfp_rsa',