jssimporter / JSSImporter

JSSImporter is deprecated. Please see the wiki for alternatives
Apache License 2.0
145 stars 38 forks source link

Fix for STOP_IF_NO_JSS_UPLOAD and #148 #149

Closed grahampugh closed 5 years ago

grahampugh commented 5 years ago

This adds a notification when STOP_IF_NO_JSS_UPLOAD stops the run, and adds a step that was needed to stop the run in all circumstances.

Also set the requirement of pkg_path to False, with an empty default, which fulfills #148 and the wiki statement that it should be possible to have a policy that has no package object.

grahampugh commented 5 years ago

I should add this sets the default of STOP_IF_NO_JSS_UPLOAD to True meaning policies/smart group objects will no longer be re-uploaded if the package is not uploaded again.

This is a significant change to current behaviour so comments are welcome.