mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-16 09:40:27 +00:00
fix(null): replace None
with null in yaml files
This commit is contained in:
parent
d2a1a1aabc
commit
88a3c544cc
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
nfs:
|
||||
mount_opts: None
|
||||
mount_opts: null
|
||||
mkmnt: true
|
||||
persist_mount: true
|
||||
persist_unmount: false
|
||||
|
|
|
@ -10,14 +10,14 @@ Arch:
|
|||
service_name: 'nfs-server'
|
||||
|
||||
OpenBSD:
|
||||
pkgs_server: None
|
||||
pkgs_client: None
|
||||
pkgs_server: null
|
||||
pkgs_client: null
|
||||
service_name: ['nfsd', 'mountd']
|
||||
mount_opts: '-T,-R=1'
|
||||
|
||||
FreeBSD:
|
||||
pkgs_server: None
|
||||
pkgs_client: None
|
||||
pkgs_server: null
|
||||
pkgs_client: null
|
||||
service_name: ['nfsd', 'mountd']
|
||||
mount_opts: 'tcp,retrycnt=1'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue