Closed ChefAustin closed 4 years ago
Given that Sal's 'Settings' wiki page states the following...
There are defaults set in sal/system_settings.py, but they can be overridden if you choose
... I figured that it might be a good idea to enumerate most every toggle-able feature within the server_settings.py file. That said...
server_settings.py
This PR suggests the following changes to sal/sal/system_settings.py:
sal/sal/system_settings.py
EXCLUDED_FACTS
IGNORE_FACTS
[]
ADD_TO_ALL_BUSINESS_UNITS
False
ADD_NEW_MACHINES
True
Given that Sal's 'Settings' wiki page states the following...
... I figured that it might be a good idea to enumerate most every toggle-able feature within the
server_settings.py
file. That said...This PR suggests the following changes to
sal/sal/system_settings.py
:EXCLUDED_FACTS
definitionIGNORE_FACTS
setting with default value of[]
ADD_TO_ALL_BUSINESS_UNITS
with default value ofFalse
ADD_NEW_MACHINES
with default value ofTrue