Skip to content

Commit

Permalink
Merge pull request #5 from patgmac/mr5-python3
Browse files Browse the repository at this point in the history
Add IgnoreMiddleware from Munki 6.4.2
  • Loading branch information
tuxudo authored Aug 30, 2024
2 parents 6ba5488 + e497201 commit 0039deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Munki Preference Keys
* FollowHTTPRedirects
* HelpURL
* IconURL
* IgnoreMiddleware
* InstallAppleSoftwareUpdates
* InstallRequiresLogout
* LocalOnlyManifest
Expand Down
3 changes: 2 additions & 1 deletion scripts/munkiinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def pref_to_str(pref_value):
def munki_prefs():
"""A full listing of all Munki preferences"""
''' https://github.com/munki/munki/wiki/Preferences '''
''' Last updated for version 6.4 of Munki '''
''' Last updated for version 6.4.2 of Munki '''
our_prefs = [
'AppleSoftwareUpdatesOnly',
'AggressiveUpdateNotificationDays',
Expand Down Expand Up @@ -84,6 +84,7 @@ def munki_prefs():
'LocalOnlyManifest',
'FollowHTTPRedirects',
'IgnoreSystemProxies',
'IgnoreMiddleware',
'PerformAuthRestarts',
'RecoveryKeyFile',
'ShowOptionalInstallsForHigherOSVersions',
Expand Down

0 comments on commit 0039deb

Please sign in to comment.