fleet/ee/tools/puppet/fleetdm/CHANGELOG.md
Roberto Dip c7488663f2
add a puppet module to manage MDM features (#12032)
Related to #11185 this adds a Puppet module that provides:

1. A custom type named `fleetdm::profile` that can be used to define
profiles to a device
2. A function named `fleetdm::release_device` that can be used to
release a device from await device configuration.

Instructions/usage can be found in the `README.md` file.

---------

Co-authored-by: Martin Angers <martin.n.angers@gmail.com>
2023-05-31 17:26:12 -03:00

302 B

Changelog

All notable changes to this project will be documented in this file.

Release 0.0.0-beta.1

Features

  • Ability to define profiles using the custom type fleetdm::profile.
  • Ability to release a device from await configuration using the custom function fleetdm::release_device.