Skip to content

Commit

Permalink
Automatically set minimum Munki version of 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timsutton committed Apr 28, 2015
1 parent 45e2447 commit 84f67fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/munkiimport_cc_installers.py
Expand Up @@ -68,6 +68,8 @@
"--nointeractive",
]
cmd += MUNKIIMPORT_OPTIONS
cmd += ["--uninstallerpkg", uninstall_pkg_path]
cmd += ["--uninstallerpkg", uninstall_pkg_path,
"--minimum-munki-version", "2.1",
]
cmd.append(install_pkg_path)
subprocess.call(cmd)

0 comments on commit 84f67fc

Please sign in to comment.