Related to T4225
Details
Details
- Reviewers
vsellier - Group Reviewers
System administrators - Maniphest Tasks
- T4225: Deploy a more recent version of prometheus-statsd-exporter on all nodes
- Commits
- rSPSITE899dca0ec287: Move the prometheus statsd exporter to use the upstream tarball
Tested the upgrade from the Debian package to the tarball in a Vagrant VM
Diff Detail
Diff Detail
- Repository
- rSPSITE puppet-swh-site
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
site-modules/profile/manifests/prometheus/statsd.pp | ||
---|---|---|
42 | If the file exists it will never be updated (that's what creates => makes sure of). If the version number changes, the filename will change and the unit file will be updated, triggering a refresh of the service. | |
44 | It allows actually requiring the File resource in the systemd unit definition, instead of having to use the archive's temporary filename. |