saltstack-formulas / mongodb-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
31 stars 121 forks source link

fix(users): mongodb as system user/group #97

Closed ze42 closed 2 years ago

ze42 commented 2 years ago

mongodb users might be automaticly added by packages, but as the formula also create them here, create them as system user and group.

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

mongodb user and group are managed by the formula.

The change create them as system user, as a package would. No point creating them as regular user, we probably don't intend to have anyone login as that user.

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

saltstack-formulas-travis commented 2 years ago

:tada: This PR is included in version 1.1.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: