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>
47 lines
558 B
Plaintext
47 lines
558 B
Plaintext
.git/
|
|
.*.sw[op]
|
|
.metadata
|
|
.yardoc
|
|
.yardwarns
|
|
*.iml
|
|
/.bundle/
|
|
/.idea/
|
|
/.vagrant/
|
|
/coverage/
|
|
/bin/
|
|
/doc/
|
|
/Gemfile.local
|
|
/Gemfile.lock
|
|
/junit/
|
|
/log/
|
|
/pkg/
|
|
/spec/fixtures/manifests/
|
|
/spec/fixtures/modules/
|
|
/tmp/
|
|
/vendor/
|
|
/convert_report.txt
|
|
/update_report.txt
|
|
.DS_Store
|
|
.project
|
|
.envrc
|
|
/inventory.yaml
|
|
/spec/fixtures/litmus_inventory.yaml
|
|
/appveyor.yml
|
|
/.editorconfig
|
|
/.fixtures.yml
|
|
/Gemfile
|
|
/.gitattributes
|
|
/.gitignore
|
|
/.gitlab-ci.yml
|
|
/.pdkignore
|
|
/.puppet-lint.rc
|
|
/Rakefile
|
|
/rakelib/
|
|
/.rspec
|
|
/.rubocop.yml
|
|
/.yardopts
|
|
/spec/
|
|
/.vscode/
|
|
/.sync.yml
|
|
/.devcontainer/
|