mirror of
https://github.com/munki/munki.git
synced 2026-01-25 00:19:39 -06:00
Example:
from munkilib import munkicommon
regular_prefs = munkicommon.ManagedInstallsPreferences()
repo_url = regular_prefs.get('SoftwareRepoURL', '')
... make use of repo_url how you wish ...
secure_prefs = munkicommon.SecureManagedInstallsPreferences()
secure_prefs['AdditionalHttpHeaders'] = [list, of, headers]