mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-17 10:10:31 +00:00
feat(osfamilymap): add support for Gentoo
This commit is contained in:
parent
5c30f49cef
commit
aae6ce6414
2 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,7 @@ ignore: |
|
|||
node_modules/
|
||||
test/**/states/**/*.sls
|
||||
.kitchen/
|
||||
nfs/osfamilymap.yaml
|
||||
|
||||
yaml-files:
|
||||
# Default settings
|
||||
|
|
|
@ -30,3 +30,8 @@ Suse:
|
|||
pkgs_server: ['nfs-kernel-server']
|
||||
pkgs_client: ['nfs-client']
|
||||
service_name: 'nfsserver'
|
||||
|
||||
Gentoo:
|
||||
pkgs_server: ['net-fs/nfs-utils']
|
||||
pkgs_client: ['net-fs/nfs-utils']
|
||||
service_name: {{ 'nfs-server' if grains.init == 'systemd' else 'nfs' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue