mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
Remove mistaken addition of OnDemand flag to configuration pkginfo in makepkginfo
This commit is contained in:
@@ -130,7 +130,6 @@ def getCatalogInfoForProfile(profile_path):
|
||||
cataloginfo['description'] = profile.get('PayloadDescription', '')
|
||||
cataloginfo['version'] = '1.0'
|
||||
cataloginfo['installer_type'] = 'profile'
|
||||
cataloginfo['OnDemand'] = True
|
||||
cataloginfo['uninstallable'] = True
|
||||
cataloginfo['uninstall_method'] = 'remove_profile'
|
||||
cataloginfo['unattended_install'] = True
|
||||
|
||||
Reference in New Issue
Block a user