Closed myii closed 4 years ago
CC: @hatifnatt @xenadmin @absmith82 @OrangeDog -- I'm pinging you all since you use/develop this formula.
This PR involves a BREAKING CHANGE
as mentioned above. The minimum supported version of Salt will be 2018.3
once this is merged, which we're beginning to roll out across all repos (see https://www.saltstack.com/product-support-lifecycle/). I'll leave this for a couple of days, to allow time for any objections to this.
would you need to change the user information in zabbix/users.sls as well to match your new user scheme?
@absmith82 Excellent catch, I forgot to mention that. The Fedora installation prepares a zabbixsrv
account alongside the zabbix
account. The former must be used when dealing with the directories or files relevant to the server. I did start to make a change to the users.sls
but I wanted to get some opinions about this, since it's only relevant to Fedora, AFAIK. Since it's already created automatically, I thought I'd leave it out until there's some clarity about it.
Merged, since no objections raised. Feel free to comment is there is a problem and we can look at ways to address it. I've left the zabbixsrv
user for now since it's automatically created during the install process on Fedora. That can be worked on if it's needed in the future; this wasn't working for Fedora at all before this PR.
:tada: This PR is included in version 1.0.0 :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
?Yes:
Related issues and/or pull requests
Describe the changes you're proposing
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