Skip to content

Commit

Permalink
Merge pull request #395 from ChefAustin/patch-1
Browse files Browse the repository at this point in the history
Add more features flags and default values to `system_settings.py`
  • Loading branch information
grahamgilbert authored Jun 15, 2020
2 parents e3e3106 + 794c5da commit bbe975c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sal/system_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit bbe975c

Please sign in to comment.