mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
c7488663f2
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>
302 B
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
.