mirror of
https://github.com/munki/munki.git
synced 2026-05-05 03:49:22 -05:00
s/forced_(un)install/unattended_(un)install/g
s/only_forced/only_unattended/g Change forced_* pkginfo key names to more accurately describe what's happening, since they're not "forced" in the true sense of the word. Admins should include both forced_* and unattended_* keys in their pkginfos while migrating to client releases after this change, to ensure both old and new clients have desired pkg push agressiveness :( git-svn-id: http://munki.googlecode.com/svn/trunk@1098 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -621,8 +621,8 @@ def main():
|
||||
matchingpkginfo.get('installer_item_location')):
|
||||
options.subdirectory = os.path.dirname(
|
||||
matchingpkginfo['installer_item_location'])
|
||||
for key in ['forced_install',
|
||||
'forced_uninstall',
|
||||
for key in ['unattended_install',
|
||||
'unattended_uninstall',
|
||||
'requires',
|
||||
'update_for']:
|
||||
if key in matchingpkginfo:
|
||||
|
||||
Reference in New Issue
Block a user