diff --git a/REFERENCE.md b/REFERENCE.md index d82c1cc..f705a7b 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1265,7 +1265,7 @@ The following parameters are available in the `nfs::server::export` defined type Data type: `String[1]` -String or Array. Sets the allowed clients and options for the export in the exports file. +String. Sets the allowed clients and options for the export in the exports file. Defaults to localhost(ro) Default value: `'localhost(ro)'` diff --git a/manifests/server/export.pp b/manifests/server/export.pp index 3b5a26b..3d8fbca 100644 --- a/manifests/server/export.pp +++ b/manifests/server/export.pp @@ -7,7 +7,7 @@ # Parameters # # @param clients -# String or Array. Sets the allowed clients and options for the export in the exports file. +# String. Sets the allowed clients and options for the export in the exports file. # Defaults to localhost(ro) # # @param bind