Skip to content
Snippets Groups Projects
Verified Commit 01b24029 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Add configuration example snippet

parent 3c74ec96
No related branches found
No related tags found
No related merge requests found
Pipeline #91434 passed
......@@ -8,6 +8,16 @@ Based on [foreman_concrete](https://github.com/timogoebel/foreman_concrete/).
See the [Plugins install instructions, advanced installation from gems](https://theforeman.org/plugins/#2.3AdvancedInstallationfromGems) for information on how to install this plugins.
Configuration is done by placing a yaml file in the foreman plugin settings folder, e.g.
```console
# cat /etc/foreman/plugins/foreman_cement.yaml
---
sentry_dsn: https://abcdef0123456789@sentry.example.com/1
# sentry_trace: true # Traces 20% of all requests
# sentry_trace:
# rate: 1.0 # Traces 100% of all requests
```
## Contributing
Bug reports and pull requests are welcome on the LiU GitLab at https://gitlab.liu.se/ITI/foreman_uuid_boot or on GitHub at https://github.com/ananace/foreman_uuid_boot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment