Merge pull request #36 from sticky-note/fix/None

fix(null): replace `None` with null in yaml files
This commit is contained in:
Imran Iqbal 2020-07-06 10:14:38 +01:00 committed by GitHub
commit 0faa3461ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
---
nfs:
mount_opts: None
mount_opts: null
mkmnt: true
persist_mount: true
persist_unmount: false

View file

@ -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'