mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
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>
8 lines
266 B
YAML
8 lines
266 B
YAML
# Use default_module_facts.yml for module specific facts.
|
|
#
|
|
# Facts specified here will override the values provided by rspec-puppet-facts.
|
|
---
|
|
ipaddress: "172.16.254.254"
|
|
ipaddress6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
|
|
is_pe: false
|
|
macaddress: "AA:AA:AA:AA:AA:AA"
|