saltstack-formulas / nfs-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Apache License 2.0
18 stars 83 forks source link

feat(suse): use nfs-server service #45

Open tacerus opened 6 months ago

tacerus commented 6 months ago

Recent openSUSE Leap and SLE distributions ship the "nfs-server" service. Whilst "nfsserver" still works, it is only a pointer to the canonical "nfs-server". It makes sense to call "nfs-server" directly on any SUSE based distribution and to drop the Tumbleweed specific override.

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

Use a uniform service name for any SUSE distribution.

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context