-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(config): salt has a module to serialize to TOML #4
feat(config): salt has a module to serialize to TOML #4
Conversation
6080d1b
to
b92f8d2
Compare
It looks like on Centos, the salt-minion does not find the newly installed For openSUSE, this is an infrastructure problem. |
I found the issue in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@baby-gnu Nice work, just a minor change requested for now.
Bit short on time but a few more comments:
Thanks for the review, @n-rodriguez. |
@baby-gnu It would be worth adding this as a |
The use of a custom module is not required anymore since salt 2017 support ended 2019-12-31. * telegraf/files/default/telegraf.tmpl.jinja: replace custom module call with `salt['slsutil.serialize']`. BREAKING CHANGE: `salt['slsutil.serialize']` was introduced in `2018.3` BREAKING CHANGE: `toml` serializer was introduced in `2018.3`
I think they should be managed in a separate pull request with a rework of the |
5c4f8ea
to
2eaba15
Compare
We should note that maybe someday the |
* Automated using myii/ssf-formula#133
@baby-gnu Would you mind including this commit to finalise this PR? I tried to push this on directly on top of this PR but didn't have the permissions to do so. It appears that |
Note that there is no python
|
@baby-gnu Thanks for adding the commit.
Actually, there is a package available by adding the EPEL repo:
I'm sure it would be possible to get |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@baby-gnu Re: |
Thanks @myii, as I'm starting to use the telegraf-formula, I think I can work a little bit more on it. But |
The use of a custom module is not required anymore since salt 2017 support ended 2019-12-31.
salt['slsutil.serialize']
.BREAKING CHANGE:
salt['slsutil.serialize']
requires salt >= 2018.3