Skip to content

Baseline v2.2

Latest
Compare
Choose a tag to compare
@BigMacAdmin BigMacAdmin released this 13 May 20:12
· 8 commits to main since this release
1770863

Baseline

New Features available in v2.2

Support for apps/scripts delivered by VPP or MDM

WaitFor

A new type of item is available under the category of WaitFor. This is an array of dictionaries, just like Packages, Installomator Labels, and Scripts.
Define Path as a file path for a file you want Baseline to wait for and mark complete once that file exists. Designed for use with VPP or MDM delivered apps. Once all other items are processed, Baseline will begin waiting for each of these paths to exist on the device.
Just like Scripts Installomator or Packages, WaitFor items can be configured with Icons, Subtitles, and Display Names.
Addresses #42 as well as numerous requests on Slack.

WaitForTimout

This is an optional integer value representing how many seconds Baseline should wait before considering remaining WaitFor items to be failed. This timer does not start until all other Baseline items have been processed. Default is 300 (five minutes).

Jamf Verbose Mode

JamfVerbose is an optional boolean key, defaults to false. If it is set to true, for every ScriptPath that is /usr/local/bin/jamf Baseline will read the Jamf log and provide more verbose output on that swiftDialog line item, similar to using the InstallomatorSwiftDialogIntegration. Thank you to everyone that helped me test and hone this feature.

Bug Fixes

Just some general code cleanup, no major issues addressed.