Add AggressiveUpdateNotificationDays to default prefs and (therefore) output of --show-config

This commit is contained in:
Greg Neagle
2020-05-11 09:35:51 -07:00
parent 125a7e30c5
commit acc0f8a038

View File

@@ -49,6 +49,7 @@ DEFAULT_INSECURE_REPO_URL = 'http://munki/repo'
DEFAULT_PREFS = {
'AdditionalHttpHeaders': None,
'AggressiveUpdateNotificationDays': 14,
'AppleSoftwareUpdatesOnly': False,
'CatalogURL': None,
'ClientCertificatePath': None,