Closed javierbertoli closed 4 years ago
Best reviewed: commit by commit
Powered by Pull Assistant. Last update 844a77f ... a5b44c8. Read the comment docs.
@javierbertoli can you fix and rebase please? :)
@javierbertoli can you fix and rebase please? :)
working on that :yum:
@javierbertoli can we merge?
@n-rodriguez if you are OK with the PR, yes. Just don't want to do a "self-merge", so if you, @myii or @noelmcloughlin can do it, it'd be great.
@javierbertoli I'm testing your branch on my side. I'll merge it if everything is ok.
Perfect! let me know if you find something else I should change or that I missed! Thanks!
@javierbertoli thank you!
:tada: This PR is included in version 5.0.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
PR progress checklist (to be filled in by reviewers)
What type of PR is this?
Primary type
[build]
Changes related to the build system[chore]
Changes to the build process or auxiliary tools and libraries such as documentation generation[ci]
Changes to the continuous integration configuration[feat]
A new feature[fix]
A bug fix[perf]
A code change that improves performance[refactor]
A code change that neither fixes a bug nor adds a feature[revert]
A change used to revert a previous commit[style]
Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)Secondary type
[docs]
Documentation changes[test]
Adding missing or correcting existing testsDoes this PR introduce a
BREAKING CHANGE
?No.
Related issues and/or pull requests
This should probably fix #42. Debian's family names have the format
prometheus-component-{exporter}
and thesystemd
' services path is not the one set in the defaults.Describe the changes you're proposing
Added a bunch of entries to manage some services and default files correctly for the Debian family.
Quite possibly, this can be better fixed in the
map.jinja
file in an automated way (add 'prometheus' to the packages names, replace underscores with dashes, etc.)Pillar / config required to test the proposed changes
Debug log showing how the proposed changes work
Documentation checklist
README
(e.g.Available states
).pillar.example
.Testing checklist
state_top
).Additional context