Skip to content

Conversation

@allenhouchins
Copy link
Member

This pull request updates how Keynote installations are tracked and referenced in configuration files. The main change is to replace the generic "Keynote installed" label with a more specific "Keynote 14 installed" label, which targets only Keynote versions 14.x on macOS hosts. This ensures more precise software deployment and management.

Label changes:

  • Replaced the reference to keynote-installed.yml with keynote-14-installed.yml in the labels list in default.yml, ensuring only hosts with Keynote version 14.x are matched.
  • Removed the old keynote-installed.yml label definition, which matched any version of Keynote, and added a new keynote-14-installed.yml label that matches only Keynote versions >=14.0.0 and <15.0.0. [1] [2]

Software deployment updates:

  • Updated the labels_include_any field for the Fleet Keynote theme in workstations.yml to use "Keynote 14 installed" instead of the generic "Keynote installed", ensuring the theme is offered only to hosts with Keynote 14.x.

Replace the generic Keynote label with a version-restricted label for Keynote 14.x. Update default.yml to reference keynote-14-installed.yml, add the new dynamic label that checks bundle_short_version >= 14.0.0 and < 15.0.0, and remove the old keynote-installed.yml file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants