Skip to content

Commit

Permalink
Merge pull request #1 from sphen13/2_new_keys
Browse files Browse the repository at this point in the history
Add OldestUpdateDays and PendingUpdateCount
  • Loading branch information
bochoven authored May 26, 2020
2 parents 884b1b4 + 65ab6f3 commit a662e0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ _NOTE:_ the names line up with [Munki Preferences](https://github.com/munki/munk
* MSULogEnabled
* ManagedInstallDir
* ManifestURL
* OldestUpdateDays
* PackageURL
* PackageVerificationMode
* PendingUpdateCount
* ShowRemovalDetail
* SoftwareRepoCACertificate
* SoftwareRepoCAPath
Expand Down
4 changes: 3 additions & 1 deletion scripts/munkiinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ def munki_prefs():
'FollowHTTPRedirects',
'PerformAuthRestarts',
'RecoveryKeyFile',
'UseNotificationCenterDays'
'UseNotificationCenterDays',
'OldestUpdateDays',
'PendingUpdateCount'
]
return our_prefs

Expand Down

0 comments on commit a662e0a

Please sign in to comment.