Skip to content

Sal Scripts 3.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@sheagcraig sheagcraig released this 27 Sep 18:09
0cbfa3d

This release supports the new Sal version 4 checkin, and is required for use with that release. This release does not work with older versions of Sal!

Sal Scripts version 3 adds the concept of "checkin modules", which breaks the task of gathering information from various sources into individual modules. This allows admins to add in custom modules to support any information source they may have to the checkin data submitted by machines for display in the Managed Items and Messages sections of Sal v4.

  • Updates Apple SUS checkin module to use /Library/Receipts/InstallHistory.plist (solves #50)
  • Adds a MessageBlacklistPatterns preference. The submission will have any message that matches any of the regular expression patterns specified here removed prior to sending to Sal.
  • Fixes Apple SUS checkin module not returning any facts.
  • Fixes inventory submission always happening bug.
  • Fixes VM processor type missing bug.
  • Fixes function naming and import issue.